mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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.png");
|
|
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;
|
|
}
|