2008-12-04 05:36:24 -08:00
|
|
|
/* View buttons */
|
|
|
|
@import "chrome://global/skin/viewbuttons.css";
|
2008-05-03 07:47:03 -07:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
#extensionsBox {
|
2008-01-27 16:53:12 -08:00
|
|
|
padding: 0;
|
2007-03-22 10:30:00 -07:00
|
|
|
min-width:1px;
|
|
|
|
}
|
|
|
|
|
2008-09-05 03:36:22 -07:00
|
|
|
#extensionsView {
|
|
|
|
min-width: 245px;
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
#resizerBox {
|
2007-11-08 18:26:33 -08:00
|
|
|
margin-top: -12px;
|
|
|
|
visibility: hidden;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2007-11-08 18:26:33 -08:00
|
|
|
#resizerBox > resizer {
|
2007-03-22 10:30:00 -07:00
|
|
|
height: 10px;
|
|
|
|
max-height: 10px;
|
2007-11-08 18:26:33 -08:00
|
|
|
visibility: visible;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Command Bar */
|
|
|
|
#commandBarBottom {
|
|
|
|
margin: 10px 10px 10px 10px;
|
|
|
|
min-width: 1px;
|
2008-01-27 16:53:12 -08:00
|
|
|
-moz-appearance: dialog;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2008-01-27 16:53:12 -08:00
|
|
|
#commandBarBottom button,
|
|
|
|
#getMore {
|
2007-03-22 10:30:00 -07:00
|
|
|
margin: 0;
|
2008-01-27 16:53:12 -08:00
|
|
|
font: menu;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* List Box and List Items */
|
|
|
|
|
|
|
|
richlistbox {
|
|
|
|
margin: 0 !important;
|
|
|
|
-moz-appearance: none;
|
|
|
|
border-bottom: 1px solid #878787;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem {
|
|
|
|
padding-top: 6px;
|
|
|
|
padding-bottom: 6px;
|
|
|
|
-moz-padding-start: 7px;
|
|
|
|
-moz-padding-end: 7px;
|
|
|
|
min-height: 25px;
|
2008-01-27 16:53:12 -08:00
|
|
|
border-bottom: 1px solid #C0C0C0;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[isDisabled="true"] .addonIcon {
|
|
|
|
opacity: 0.3;
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[isDisabled="true"] {
|
|
|
|
color: GrayText;
|
|
|
|
}
|
|
|
|
|
2008-03-07 16:16:38 -08:00
|
|
|
richlistitem[newAddon="true"] {
|
|
|
|
background-color: #fdf2ab;
|
2008-03-11 01:13:07 -07:00
|
|
|
color: #585620;
|
2008-03-07 16:16:38 -08:00
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
richlistitem[selected="true"] {
|
|
|
|
background-color: Highlight;
|
|
|
|
color: HighlightText;
|
|
|
|
}
|
|
|
|
|
2008-02-08 04:56:02 -08:00
|
|
|
richlistitem[selected="true"] .text-link {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
2008-01-27 16:53:12 -08:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2008-01-27 16:53:12 -08:00
|
|
|
richlistitem:not([selected="true"]) .addon-description {
|
|
|
|
color: #707070;
|
|
|
|
}
|
|
|
|
|
|
|
|
.addon-name-version {
|
|
|
|
font-size: 110%;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.previewText {
|
|
|
|
font-size: larger;
|
|
|
|
font-weight: bold;
|
|
|
|
color: ThreeDShadow;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2008-01-27 16:53:12 -08:00
|
|
|
#themeSplitter {
|
2008-04-23 05:08:52 -07:00
|
|
|
-moz-border-start: 2px solid;
|
|
|
|
-moz-border-right-colors: #383E48 #57606F;
|
2008-01-27 16:53:12 -08:00
|
|
|
-moz-border-left-colors: #383E48 #57606F;
|
|
|
|
width: 4px;
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
2008-09-05 03:36:22 -07:00
|
|
|
#themePreviewArea {
|
|
|
|
min-width: 65px;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#previewImageDeck {
|
|
|
|
min-width: 220px;
|
|
|
|
}
|
|
|
|
|
2008-01-27 16:53:12 -08:00
|
|
|
#themePreviewArea,
|
|
|
|
#themeSplitter {
|
|
|
|
background-color: #737E8E;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.addonIcon {
|
2007-09-04 14:36:37 -07:00
|
|
|
-moz-margin-end: 2px;
|
2007-03-22 10:30:00 -07:00
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
2008-03-20 14:43:46 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.addonIcon > image {
|
|
|
|
max-width: 32px;
|
2007-03-22 10:30:00 -07:00
|
|
|
max-height: 32px;
|
|
|
|
}
|
|
|
|
|
2009-09-02 06:10:11 -07:00
|
|
|
richlistitem[plugin] .addonIcon > image {
|
|
|
|
list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
|
|
|
|
}
|
|
|
|
|
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-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;
|
|
|
|
}
|
|
|
|
|
2007-09-04 14:36:37 -07:00
|
|
|
.selectedButtons > button {
|
2007-03-22 10:30:00 -07:00
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
2008-01-27 16:53:12 -08:00
|
|
|
padding: 0;
|
|
|
|
min-height: 20px;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[loading="true"] .updateBadge {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
margin-bottom: -3px;
|
|
|
|
-moz-margin-end: -2px;
|
2008-01-27 16:53:12 -08:00
|
|
|
list-style-image: url("chrome://global/skin/icons/loading_16.png");
|
2007-03-22 10:30:00 -07:00
|
|
|
-moz-image-region: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.addonThrobber {
|
|
|
|
-moz-margin-start: 5px;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2008-01-27 16:53:12 -08:00
|
|
|
list-style-image: url("chrome://global/skin/icons/loading_16.png");
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2008-01-27 16:53:12 -08:00
|
|
|
.attention {
|
|
|
|
-moz-box-pack: end;
|
|
|
|
}
|
|
|
|
|
2008-01-28 09:11:48 -08:00
|
|
|
.addon-search-details {
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
-moz-margin-start: 6px;
|
|
|
|
-moz-margin-end: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.addonThumbnailContainer {
|
|
|
|
background: window;
|
|
|
|
padding: 5px;
|
|
|
|
border: 2px solid ActiveBorder;
|
|
|
|
width: 135px;
|
|
|
|
min-height: 104px;
|
|
|
|
-moz-margin-end: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.addonMissingThumbnail {
|
|
|
|
color: GrayText;
|
2008-02-13 01:27:21 -08:00
|
|
|
font-size: larger;
|
|
|
|
font-weight: bold;
|
2008-01-28 09:11:48 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.addonFailure {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
list-style-image: url("chrome://mozapps/skin/extensions/notifyBadges.png");
|
|
|
|
-moz-image-region: rect(0px 48px 16px 32px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.addonLearnMore {
|
|
|
|
margin-top: 4px;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.addonRating[rating] {
|
Bug 427935 - Mac theme updates Round of style tweaks and icon additions, including hud style tweaks, addons window style tweaks, revised pref icons, new notification icons. Fixes bugs 386757, 424877, 427464, 427697, 427701 r=mano, ui-review=beltzner, a=mconnor
2008-04-10 19:27:29 -07:00
|
|
|
width: 78px;
|
|
|
|
height: 18px;
|
2008-01-28 09:11:48 -08:00
|
|
|
list-style-image: url("chrome://mozapps/skin/extensions/ratings.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
.addonRating[rating="0"] {
|
Bug 427935 - Mac theme updates Round of style tweaks and icon additions, including hud style tweaks, addons window style tweaks, revised pref icons, new notification icons. Fixes bugs 386757, 424877, 427464, 427697, 427701 r=mano, ui-review=beltzner, a=mconnor
2008-04-10 19:27:29 -07:00
|
|
|
-moz-image-region: rect(0px 78px 18px 0px);
|
2008-01-28 09:11:48 -08:00
|
|
|
}
|
|
|
|
|
2008-03-18 12:44:59 -07:00
|
|
|
.addonRating[rating="1"] {
|
Bug 427935 - Mac theme updates Round of style tweaks and icon additions, including hud style tweaks, addons window style tweaks, revised pref icons, new notification icons. Fixes bugs 386757, 424877, 427464, 427697, 427701 r=mano, ui-review=beltzner, a=mconnor
2008-04-10 19:27:29 -07:00
|
|
|
-moz-image-region: rect(18px 78px 36px 0px);
|
2008-01-28 09:11:48 -08:00
|
|
|
}
|
|
|
|
|
2008-03-18 12:44:59 -07:00
|
|
|
.addonRating[rating="2"] {
|
Bug 427935 - Mac theme updates Round of style tweaks and icon additions, including hud style tweaks, addons window style tweaks, revised pref icons, new notification icons. Fixes bugs 386757, 424877, 427464, 427697, 427701 r=mano, ui-review=beltzner, a=mconnor
2008-04-10 19:27:29 -07:00
|
|
|
-moz-image-region: rect(36px 78px 54px 0px);
|
2008-01-28 09:11:48 -08:00
|
|
|
}
|
|
|
|
|
2008-03-18 12:44:59 -07:00
|
|
|
.addonRating[rating="3"] {
|
Bug 427935 - Mac theme updates Round of style tweaks and icon additions, including hud style tweaks, addons window style tweaks, revised pref icons, new notification icons. Fixes bugs 386757, 424877, 427464, 427697, 427701 r=mano, ui-review=beltzner, a=mconnor
2008-04-10 19:27:29 -07:00
|
|
|
-moz-image-region: rect(54px 78px 72px 0px);
|
2008-01-28 09:11:48 -08:00
|
|
|
}
|
|
|
|
|
2008-03-18 12:44:59 -07:00
|
|
|
.addonRating[rating="4"] {
|
Bug 427935 - Mac theme updates Round of style tweaks and icon additions, including hud style tweaks, addons window style tweaks, revised pref icons, new notification icons. Fixes bugs 386757, 424877, 427464, 427697, 427701 r=mano, ui-review=beltzner, a=mconnor
2008-04-10 19:27:29 -07:00
|
|
|
-moz-image-region: rect(72px 78px 90px 0px);
|
2008-01-28 09:11:48 -08:00
|
|
|
}
|
|
|
|
|
2008-03-18 12:44:59 -07:00
|
|
|
.addonRating[rating="5"] {
|
Bug 427935 - Mac theme updates Round of style tweaks and icon additions, including hud style tweaks, addons window style tweaks, revised pref icons, new notification icons. Fixes bugs 386757, 424877, 427464, 427697, 427701 r=mano, ui-review=beltzner, a=mconnor
2008-04-10 19:27:29 -07:00
|
|
|
-moz-image-region: rect(90px 78px 108px 0px);
|
2008-01-28 09:11:48 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.addonType image {
|
|
|
|
-moz-margin-start: 6px;
|
|
|
|
list-style-image: url("chrome://mozapps/skin/extensions/extensionIcons.png");
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.addonTypeExtension image {
|
|
|
|
-moz-image-region: rect(0px 16px 16px 0px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.addonTypeTheme image {
|
|
|
|
-moz-image-region: rect(0px 32px 16px 16px);
|
|
|
|
}
|
|
|
|
|
|
|
|
vbox[typeName="status"][type="search-failure"],
|
|
|
|
vbox[typeName="status"][type="recommended-failure"],
|
2008-01-29 16:03:09 -08:00
|
|
|
vbox[typeName="status"][type="message-norecommended"],
|
|
|
|
vbox[typeName="status"][type="message-nosearchresults"],
|
2008-01-28 09:11:48 -08:00
|
|
|
vbox[typeName="status"][type="retrieve-search"],
|
|
|
|
vbox[typeName="status"][type="retrieve-recommended"] {
|
|
|
|
margin-top: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
vbox[typeName="status"][type="footer-recommended"],
|
|
|
|
vbox[typeName="status"][type="footer-search"] {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
vbox[typeName="status"][type="header-recommended"] {
|
|
|
|
font-size: 150%;
|
|
|
|
background: -moz-dialog;
|
|
|
|
}
|
|
|
|
|
|
|
|
#searchPanel {
|
|
|
|
border-bottom: 1px solid #878787;
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
#progressBox > hbox {
|
|
|
|
-moz-box-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 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;
|
|
|
|
}
|