RetroZilla/toolkit/themes/pinstripe/mozapps/update/updates.css

203 lines
3.2 KiB
CSS
Raw Normal View History

2015-10-21 05:03:22 +02:00
/**
* General
*/
.wizard-button[dlgtype="finish"] {
font-weight: bold;
}
link {
color: blue;
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;
}
.wizard-page-box {
padding: 15px 10px 15px 10px;
}
/**
* License Page
*/
license {
margin-top: 1px;
margin-bottom: 2px;
-moz-margin-start: 6px;
-moz-margin-end: 5px;
-moz-appearance: listbox;
padding-bottom: 1px;
}
.loadingBox {
padding: 3px 5px 3px 5px;
}
.licenseLoadingThrobber {
margin-top: 3px;
}
.licenseLoadingThrobber[state="loading"] {
list-style-image: url("chrome://global/skin/icons/loading_16.gif");
}
.licenseLoadingThrobber[state="error"] {
list-style-image: url("chrome://global/skin/icons/notfound.png");
}
/**
* Update Found Page
*/
#updatesfoundContent {
-moz-margin-start: 8px;
-moz-margin-end: 8px;
}
wizard[currentpageid="updatesfound"] .wizard-page-box {
margin: 0px;
}
#moreDetails {
margin: 1px 0px 4px 3px;
}
#incompatibleCheckingThrobber {
-moz-margin-end: 4px;
background-color: transparent;
list-style-image: url("chrome://global/skin/icons/loading_16.gif");
}
#updateMoreInfoURL, #updateMoreInfoURLLabel {
-moz-margin-start: 0px;
-moz-margin-end: 0px;
}
#downloadNow {
font-weight: bold;
}
#downloadNow, #downloadLater {
margin: 0px;
}
#updateName, #updateFinishedName {
font-weight: bold;
font-size: larger;
-moz-margin-start: 0px;
}
#separatorGroove {
display: none;
}
#alertImage {
list-style-image: url("chrome://global/skin/icons/Warning.png");
margin-right: 5px;
}
#incompatibleWarning {
background-color: InfoBackground;
color: InfoText;
border: 1px outset InfoBackground;
padding: 3px;
margin: 1px 5px 4px 5px;
}
/**
* Downloading Page
*/
#downloadName {
margin-top: 3px;
}
#downloadStatus {
margin-top: 6px;
}
#downloadThrobber {
margin: 5px 3px 0px 5px;
list-style-image: url("chrome://global/skin/icons/notloading_16.png");
}
#downloadThrobber[state="loading"] {
list-style-image: url("chrome://global/skin/icons/loading_16.gif");
}
#verificationFailedIcon {
list-style-image: url("chrome://global/skin/icons/notfound.png");
margin: 5px 3px 0px 5px;
}
#downloadStatusLine {
-moz-box-align: center;
}
/**
* 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;
}
/**
* Advanced Preferences
*/
.updatePrefsInfo {
font-size: smaller;
margin-top: 5px;
margin-bottom: 10px;
-moz-margin-start: 22px;
-moz-margin-end: 10px;
}