gecko/toolkit/themes/gnomestripe/mozapps/update/updates.css
Robert Strong 5315305f00 Bug 324121 - Extensions with available updates for the next version of the app should not be listed in app update extension will be disabled warning (AUS patch). r=dtownsend ui-r=beltzner
--HG--
rename : toolkit/themes/pinstripe/mozapps/downloads/buttons.png => toolkit/themes/pinstripe/mozapps/update/buttons.png
rename : toolkit/themes/winstripe/mozapps/downloads/downloadButtons-aero.png => toolkit/themes/winstripe/mozapps/update/downloadButtons-aero.png
rename : toolkit/themes/winstripe/mozapps/downloads/downloadButtons.png => toolkit/themes/winstripe/mozapps/update/downloadButtons.png
2008-11-04 21:50:52 -08:00

198 lines
3.4 KiB
CSS

/**
* General
*/
.wizard-button[heed="true"] {
font-weight: bold;
}
.wizard-button > .button-box {
padding-left: 15px !important;
padding-right: 15px !important;
}
link {
color: -moz-nativehyperlinktext;
border: 1px solid transparent;
margin-top: 1px;
margin-bottom: 4px;
-moz-margin-start: 5px;
-moz-margin-end: 5px;
text-decoration: underline !important;
}
link > label {
margin: 0px;
padding: 1px;
text-decoration: underline !important;
}
link:hover:active {
color: red;
}
link:focus {
border: 1px dotted black;
}
remotecontent {
margin-top: 1px;
margin-bottom: 2px;
-moz-margin-start: 6px;
-moz-margin-end: 5px;
-moz-appearance: listbox;
padding-bottom: 1px;
}
/**
* License Page
*/
.loadingBox {
padding: 3px 5px 3px 5px;
}
.remoteLoadingThrobber {
margin-top: 3px;
}
.remoteLoadingThrobber[state="loading"] {
list-style-image: url("chrome://global/skin/icons/loading_16.png");
}
.remoteLoadingThrobber[state="error"] {
list-style-image: url("moz-icon://stock/gtk-dialog-error?size=menu");
}
/**
* Update Found Page
*/
#moreDetails {
margin: 1px 5px 4px 3px;
}
#updateForMoreInfo {
margin-left: 5px;
}
#updateName, #updateFinishedName {
font-weight: bold;
font-size: larger;
}
#alertImage {
list-style-image: url("moz-icon://stock/gtk-dialog-warning?size=dnd");
margin-right: 5px;
}
#incompatibleWarning {
background-color: InfoBackground;
color: InfoText;
border: 1px solid ThreeDShadow;
padding: 3px;
margin: 1px 5px 4px 5px;
}
/**
* Downloading Page
*/
#downloadStatusTop, #downloadStatusLine {
-moz-box-align: center;
}
#downloadStatus {
height: 3em !important;
}
#downloadThrobber {
margin-left: 5px;
list-style-image: url("chrome://global/skin/icons/notloading_16.png");
}
#downloadStatusProgress {
padding-right: 5px;
}
#downloadThrobber[state="loading"] {
list-style-image: url("chrome://global/skin/icons/loading_16.png");
}
#pauseButton {
list-style-image: url("moz-icon://stock/gtk-media-pause?size=menu");
-moz-appearance: none;
background-color: transparent;
border: none;
padding: 0;
margin: 0;
min-width: 0;
min-height: 0;
}
/* !Important must be used otherwise this won't immediately take affect */
#pauseButton > .button-box {
padding: 0 !important;
}
#pauseButton[disabled="true"] {
list-style-image: url("moz-icon://stock/gtk-media-pause?size=menu&state=disabled");
}
#pauseButton[paused="true"] {
list-style-image: url("moz-icon://stock/gtk-media-play?size=menu");
}
#pauseButton[paused="true"][disabled="true"] {
list-style-image: url("moz-icon://stock/gtk-media-play?size=menu&state=disabled");
}
#verificationFailedIcon {
margin-left: 5px;
list-style-image: url("moz-icon://stock/gtk-dialog-warning?size=menu");
}
/**
* Error Page
*/
#errorReason {
margin-top: 1px;
margin-bottom: 2px;
-moz-margin-start: 6px !important;
-moz-margin-end: 5px;
font-weight: bold;
}
/**
* Update History Window
*/
update {
border-bottom: 1px dotted #C0C0C0;
}
.update-name {
font-weight: bold;
}
.update-label-column {
-moz-box-align: end;
}
.update-details-link {
margin: 0px;
}
.update-type {
font-weight: bold;
color: #990000;
}
#historyItems {
-moz-appearance: listbox;
height: 200px;
margin: 1px 5px 4px 5px;
}
#historyItems > scrollbox {
margin-bottom: 1px;
}
.updatePrefsInfo {
font-size: smaller;
margin-left: 27px;
margin-bottom: 10px;
}