2007-03-22 10:30:00 -07:00
|
|
|
#extensionsBox {
|
|
|
|
padding: 5px 10px 0 10px;
|
|
|
|
min-width:1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#resizerBox {
|
|
|
|
margin-top: -12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#resizerBox resizer {
|
|
|
|
height: 10px;
|
|
|
|
max-height: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Command Bar */
|
|
|
|
#commandBarBottom {
|
|
|
|
margin: 10px 10px 10px 10px;
|
|
|
|
min-width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#commandBarBottom button {
|
|
|
|
margin: 0;
|
|
|
|
-moz-margin-end: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* List Items */
|
|
|
|
richlistitem {
|
|
|
|
padding-top: 6px;
|
|
|
|
padding-bottom: 6px;
|
|
|
|
-moz-padding-start: 7px;
|
|
|
|
-moz-padding-end: 7px;
|
|
|
|
min-height: 25px;
|
|
|
|
border-bottom: 1px dotted #C0C0C0;
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[isDisabled="true"] .addonIcon {
|
|
|
|
opacity: 0.3;
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[isDisabled="true"] {
|
|
|
|
color: GrayText;
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[selected="true"] {
|
|
|
|
background-color: -moz-Dialog;
|
|
|
|
color: -moz-DialogText;
|
|
|
|
}
|
|
|
|
|
2007-09-04 14:36:37 -07:00
|
|
|
#extensionsView:focus > richlistitem[selected="true"] {
|
2007-03-22 10:30:00 -07:00
|
|
|
background-color: Highlight;
|
|
|
|
color: HighlightText;
|
|
|
|
}
|
|
|
|
|
2007-09-04 14:36:37 -07:00
|
|
|
#extensionsView:focus > richlistitem[selected="true"][isDisabled="true"] {
|
2007-03-22 10:30:00 -07:00
|
|
|
background-image: url("chrome://mozapps/skin/extensions/itemDisabledFader.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
.descriptionWrap {
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
2007-07-09 13:53:20 -07:00
|
|
|
richlistitem[selected="true"]:not([opType]) .descriptionCrop {
|
2007-03-22 10:30:00 -07:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.addonName {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.previewText {
|
|
|
|
font-size: larger;
|
|
|
|
font-weight: bold;
|
|
|
|
color: ThreeDShadow;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#themePreviewArea {
|
|
|
|
-moz-appearance: listbox;
|
|
|
|
overflow: auto;
|
|
|
|
width: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.addonIcon {
|
2007-09-04 14:36:37 -07:00
|
|
|
-moz-margin-end: 2px;
|
2007-03-22 10:30:00 -07:00
|
|
|
width: 32px;
|
|
|
|
max-width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
max-height: 32px;
|
|
|
|
}
|
|
|
|
|
2007-09-04 14:36:37 -07:00
|
|
|
.updateBadge,
|
|
|
|
.notifyBadge {
|
2007-03-22 10:30:00 -07:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
margin-bottom: -3px;
|
2007-09-04 14:36:37 -07:00
|
|
|
list-style-image: url("chrome://mozapps/skin/extensions/notifyBadges.png");
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2007-09-04 14:36:37 -07:00
|
|
|
.updateBadge {
|
2007-03-22 10:30:00 -07:00
|
|
|
-moz-margin-end: -2px;
|
2007-09-04 14:36:37 -07:00
|
|
|
-moz-image-region: rect(0px 16px 16px 0px);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2007-09-04 14:36:37 -07:00
|
|
|
.notifyBadge {
|
2007-03-22 10:30:00 -07:00
|
|
|
-moz-margin-start: -2px;
|
2007-09-04 14:36:37 -07:00
|
|
|
-moz-image-region: rect(0px 48px 16px 32px);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2007-06-21 16:17:08 -07:00
|
|
|
.updateBadge,
|
2007-07-09 13:53:20 -07:00
|
|
|
.updateAvailableBox,
|
2007-03-22 10:30:00 -07:00
|
|
|
.notifyBadge {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2007-07-09 13:53:20 -07:00
|
|
|
richlistitem[availableUpdateURL][updateable="true"] .updateBadge,
|
|
|
|
richlistitem[availableUpdateURL][updateable="true"] .updateAvailableBox,
|
2007-03-22 10:30:00 -07:00
|
|
|
richlistitem[compatible="false"] .notifyBadge,
|
2007-09-03 14:44:12 -07:00
|
|
|
richlistitem[providesUpdatesSecurely="false"] .notifyBadge,
|
2007-03-22 10:30:00 -07:00
|
|
|
richlistitem[blocklisted="true"] .notifyBadge,
|
|
|
|
richlistitem[satisfiesDependencies="false"] .notifyBadge {
|
|
|
|
display: -moz-box;
|
|
|
|
}
|
|
|
|
|
2007-09-04 14:36:37 -07:00
|
|
|
/* Selected Add-on buttons
|
|
|
|
See content/extensions.css to hide / display buttons */
|
2007-03-22 10:30:00 -07:00
|
|
|
.selectedButtons {
|
|
|
|
margin-top: 4px;
|
|
|
|
min-height: 2.1em;
|
|
|
|
}
|
|
|
|
|
2007-09-04 14:36:37 -07:00
|
|
|
.selectedButtons > button {
|
2007-03-22 10:30:00 -07:00
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2007-09-04 14:36:37 -07:00
|
|
|
.enableButton,
|
|
|
|
.disableButton,
|
|
|
|
.optionsButton,
|
|
|
|
.useThemeButton {
|
2007-03-22 10:30:00 -07:00
|
|
|
-moz-margin-end: 0;
|
|
|
|
}
|
|
|
|
|
2007-09-04 14:36:37 -07:00
|
|
|
.enableButton, .disableButton,
|
2007-03-22 10:30:00 -07:00
|
|
|
.uninstallButton, .cancelUninstallButton {
|
|
|
|
-moz-margin-start: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Selected Add-on status messages and images */
|
|
|
|
richlistitem[compatible="true"] .incompatibleBox,
|
2007-09-03 14:44:12 -07:00
|
|
|
richlistitem[providesUpdatesSecurely="true"] .insecureUpdateBox,
|
2007-03-22 10:30:00 -07:00
|
|
|
richlistitem[satisfiesDependencies="true"] .needsDependenciesBox,
|
|
|
|
richlistitem[blocklisted="false"] .blocklistedBox,
|
|
|
|
richlistitem[opType="needs-uninstall"] .blocklistedBox,
|
|
|
|
richlistitem[opType="needs-uninstall"] .incompatibleBox,
|
|
|
|
richlistitem[opType="needs-uninstall"] .needsDependenciesBox,
|
|
|
|
richlistitem[opType="needs-uninstall"] .blocklistedBox {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[loading="true"] .updateBadge {
|
|
|
|
display: -moz-box;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
margin-bottom: -3px;
|
|
|
|
-moz-margin-end: -2px;
|
|
|
|
list-style-image: url("chrome://global/skin/icons/loading_16.gif");
|
|
|
|
-moz-image-region: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.addonThrobber {
|
|
|
|
-moz-margin-start: 5px;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
list-style-image: url("chrome://global/skin/icons/loading_16.gif");
|
|
|
|
}
|
|
|
|
|
2007-09-04 14:36:37 -07:00
|
|
|
.selectedStatusMsgs > hbox {
|
2007-03-22 10:30:00 -07:00
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.selectedStatusMsgs label {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.selectedStatusMsgs label.text-link {
|
|
|
|
font-weight: normal;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[opType="needs-uninstall"] .notifyBadge {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#progressBox {
|
|
|
|
padding: 5px 5px 5px 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#progressBox > hbox {
|
|
|
|
-moz-box-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#topStackBar {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* View buttons */
|
|
|
|
.viewSelector {
|
|
|
|
padding: 0 5px;
|
|
|
|
border-bottom: 1px solid #a3a3a3;
|
|
|
|
background: url("chrome://global/skin/toolbar/toolbar-pinstripe-overlay.png") repeat;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#viewGroup radio {
|
|
|
|
border-right: 1px solid transparent;
|
|
|
|
border-left: 1px solid transparent;
|
|
|
|
padding: 3px 0 3px 0;
|
|
|
|
margin: 0;
|
|
|
|
-moz-appearance: none !important;
|
|
|
|
list-style-image: url("chrome://mozapps/skin/extensions/viewButtons.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
#viewGroup radio[selected="true"] {
|
|
|
|
background-color: #DDDDDD;
|
|
|
|
background-image: none;
|
|
|
|
border-right: 1px solid #b9b9b9;
|
|
|
|
border-left: 1px solid #b9b9b9;
|
|
|
|
color: ButtonText !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.viewButtonIcon {
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
radio#extensions-view {
|
|
|
|
-moz-image-region: rect(0px, 32px, 32px, 0px)
|
|
|
|
}
|
|
|
|
radio#extensions-view:hover, radio#extensions-view[selected="true"] {
|
|
|
|
-moz-image-region: rect(32px, 32px, 64px, 0px)
|
|
|
|
}
|
|
|
|
|
|
|
|
radio#themes-view {
|
|
|
|
-moz-image-region: rect(0px, 64px, 32px, 32px)
|
|
|
|
}
|
|
|
|
radio#themes-view:hover, radio#themes-view[selected="true"] {
|
|
|
|
-moz-image-region: rect(32px, 64px, 64px, 32px)
|
|
|
|
}
|
|
|
|
|
|
|
|
radio#locales-view {
|
|
|
|
-moz-image-region: rect(0px, 96px, 32px, 64px)
|
|
|
|
}
|
|
|
|
radio#locales-view:hover, radio#locales-view[selected="true"] {
|
|
|
|
-moz-image-region: rect(32px, 96px, 64px, 64px)
|
|
|
|
}
|
|
|
|
|
|
|
|
radio#plugins-view {
|
|
|
|
-moz-image-region: rect(0px, 128px, 32px, 96px)
|
|
|
|
}
|
|
|
|
radio#plugins-view:hover, radio#plugins-view[selected="true"] {
|
|
|
|
-moz-image-region: rect(32px, 128px, 64px, 96px)
|
|
|
|
}
|
|
|
|
|
|
|
|
radio#updates-view {
|
|
|
|
-moz-image-region: rect(0px, 160px, 32px, 128px)
|
|
|
|
}
|
|
|
|
radio#updates-view:hover, radio#updates-view[selected="true"] {
|
|
|
|
-moz-image-region: rect(32px, 160px, 64px, 128px)
|
|
|
|
}
|
|
|
|
|
|
|
|
radio#installs-view {
|
|
|
|
-moz-image-region: rect(0px, 192px, 32px, 160px)
|
|
|
|
}
|
|
|
|
radio#installs-view:hover, radio#installs-view[selected="true"] {
|
|
|
|
-moz-image-region: rect(32px, 192px, 64px, 160px)
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Update view checkbox */
|
|
|
|
.includeUpdate {
|
|
|
|
-moz-user-focus: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[selected="true"] .includeUpdate {
|
|
|
|
-moz-user-focus: normal;
|
|
|
|
}
|
2007-09-05 18:20:11 -07:00
|
|
|
|
|
|
|
#infoDisplay {
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#infoDisplay body {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#infoDisplay h1,
|
|
|
|
#infoDisplay h2,
|
|
|
|
#infoDisplay h3 {
|
|
|
|
text-align: left;
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 0 0 0.7em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#infoDisplay h1 {
|
|
|
|
font-size: 150%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#infoDisplay h2 {
|
|
|
|
font-size: 125%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#infoDisplay h3 {
|
|
|
|
font-size: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#infoDisplay ol,
|
|
|
|
#infoDisplay ul {
|
|
|
|
margin: 0 0 0.7em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#infoDisplay li {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#infoDisplay p {
|
|
|
|
text-align: justify;
|
|
|
|
margin: 0 0 0.7em 0;
|
|
|
|
}
|