mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
23 lines
452 B
CSS
23 lines
452 B
CSS
|
#alert {
|
||
|
list-style-image: url("chrome://mozapps/skin/update/warning.gif");
|
||
|
}
|
||
|
|
||
|
.throbber {
|
||
|
list-style-image: url("chrome://global/skin/icons/loading_16.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;
|
||
|
}
|