mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
22 lines
443 B
CSS
22 lines
443 B
CSS
notification, notification[type="warning"] {
|
|
padding: 0;
|
|
color: #fff;
|
|
background: #4483d8;
|
|
border-top: 1px solid #396dcb;
|
|
border-bottom: 1px solid #396dcb;
|
|
}
|
|
|
|
notification .messageCloseButton {
|
|
list-style-image: url("chrome://browser/skin/images/close-30.png");
|
|
-moz-image-region: -moz-initial;
|
|
-moz-box-align: start;
|
|
}
|
|
|
|
notification .outset {
|
|
border-color: #396dcb !important;
|
|
}
|
|
|
|
notification .buttons {
|
|
padding: 2.2mm;
|
|
}
|