mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 06:38:36 +00:00
Bug 299193 - update.css was not added to pinstripe, regression from bug 296566, patch by robstrong r+a=me
This commit is contained in:
parent
2b8dfccdff
commit
d63a7e67dc
153
toolkit/themes/pinstripe/mozapps/extensions/update.css
Normal file
153
toolkit/themes/pinstripe/mozapps/extensions/update.css
Normal file
@ -0,0 +1,153 @@
|
||||
/* Found Updates */
|
||||
|
||||
#foundList {
|
||||
-moz-appearance: listbox;
|
||||
margin: 10px 4px 10px 4px;
|
||||
}
|
||||
|
||||
updateitem {
|
||||
padding: 5px 0px 5px 5px;
|
||||
border-bottom: 1px dotted #C0C0C0;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.warning {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.updateItemIcon {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
max-width: 32px !important;
|
||||
max-height: 32px !important;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.updateItemName {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.updateItemNameRow {
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
|
||||
.updateItemURL {
|
||||
-moz-appearance: none;
|
||||
border: none;
|
||||
background-color: Window;
|
||||
}
|
||||
|
||||
.updateItemFromLabel {
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
.updateItemIcon {
|
||||
list-style-image: url("chrome://mozapps/skin/xpinstall/xpinstallItemGeneric.png");
|
||||
}
|
||||
|
||||
.updateItemChecked {
|
||||
margin: 20px 0px 3px 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.updateItemChecked .checkbox-label-box {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Update Wizard */
|
||||
#alert {
|
||||
list-style-image: url("chrome://mozapps/skin/update/warning.gif");
|
||||
}
|
||||
|
||||
/* Updates View */
|
||||
|
||||
radio[type="update-type"] {
|
||||
margin: 2px;
|
||||
-moz-appearance: none;
|
||||
}
|
||||
|
||||
.updateCategoryBox {
|
||||
background-color: #DFDFDF;
|
||||
padding: 3px;
|
||||
-moz-appearance: radio-container;
|
||||
}
|
||||
|
||||
.updateCategoryContent {
|
||||
padding: 5px 20px;
|
||||
}
|
||||
|
||||
.updateCategoryLabel[selected="true"] {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.updateCategoryIcon {
|
||||
|
||||
}
|
||||
|
||||
radiogroup[type="update-types"] {
|
||||
-moz-appearance: listbox;
|
||||
margin: 2px 4px;
|
||||
border: 2px solid;
|
||||
-moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
|
||||
-moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
|
||||
-moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
|
||||
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
|
||||
background-color: -moz-Field;
|
||||
color: -moz-FieldText;
|
||||
}
|
||||
|
||||
/* Inline Update Notifications */
|
||||
.updateIndicator[updateCount="0"] {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
/* Inline Update Notifications */
|
||||
toolbarbutton[type="updates"] {
|
||||
padding: 0px;
|
||||
-moz-appearance: none;
|
||||
border: none;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
-moz-box-align: center;
|
||||
}
|
||||
toolbarbutton[type="updates"][updateCount="0"] {
|
||||
visibility: collapse;
|
||||
}
|
||||
toolbarbutton[type="updates"] > .toolbarbutton-icon {
|
||||
list-style-image: url("chrome://mozapps/skin/update/update.png");
|
||||
-moz-image-region: rect(0px 16px 16px 0px);
|
||||
margin: 0px 2px;
|
||||
display: -moz-box !important;
|
||||
}
|
||||
toolbarbutton[type="updates"][severity="2"] > .toolbarbutton-icon {
|
||||
-moz-image-region: rect(0px 16px 16px 0px);
|
||||
}
|
||||
toolbarbutton[type="updates"][severity="1"] > .toolbarbutton-icon {
|
||||
-moz-image-region: rect(0px 32px 16px 16px);
|
||||
}
|
||||
toolbarbutton[type="updates"][severity="0"] > .toolbarbutton-icon {
|
||||
-moz-image-region: rect(0px 48px 16px 32px);
|
||||
}
|
||||
|
||||
.updateIcon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
list-style-image: url("chrome://mozapps/skin/update/update.png");
|
||||
}
|
||||
.updateIcon[severity="0"] {
|
||||
-moz-image-region: rect(0px, 48px, 16px, 32px);
|
||||
}
|
||||
.updateIcon[severity="1"] {
|
||||
-moz-image-region: rect(0px, 32px, 16px, 16px);
|
||||
}
|
||||
.updateIcon[severity="2"] {
|
||||
-moz-image-region: rect(0px, 16px, 16px, 0px);
|
||||
}
|
||||
|
||||
#statusbar-updates {
|
||||
padding: 0px 4px 0px 0px;
|
||||
}
|
||||
|
||||
.updateIndicator > label {
|
||||
margin-left: 2px !important;
|
||||
}
|
@ -21,6 +21,7 @@ classic.jar:
|
||||
skin/classic/mozapps/extensions/themeGeneric.png (extensions/themeGeneric.png)
|
||||
skin/classic/mozapps/extensions/about.css (extensions/about.css)
|
||||
skin/classic/mozapps/extensions/extensions.css (extensions/extensions.css)
|
||||
skin/classic/mozapps/extensions/update.css (extensions/update.css)
|
||||
skin/classic/mozapps/pref/check.gif (pref/check.gif)
|
||||
skin/classic/mozapps/pref/dot.gif (pref/dot.gif)
|
||||
skin/classic/mozapps/pref/pref.css (pref/pref.css)
|
||||
|
Loading…
x
Reference in New Issue
Block a user