RetroZilla/toolkit/themes/winstripe/mozapps/extensions/update.css

23 lines
458 B
CSS
Raw Normal View History

2015-10-21 05:03:22 +02:00
#alert {
list-style-image: url("chrome://mozapps/skin/update/update.png");
}
.throbber {
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
width: 16px;
height: 16px;
margin-top: 5px;
margin-bottom: 5px;
-moz-margin-start: 5px;
-moz-margin-end: 2px;
}
.alertBox {
background-color: InfoBackground;
color: InfoText;
border: 1px outset InfoBackground;
margin-left: 3px;
margin-right: 3px;
padding: 5px;
}