mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
33 lines
747 B
CSS
33 lines
747 B
CSS
%filter substitution
|
|
%include defines.inc
|
|
|
|
notification, notification[type="warning"] {
|
|
padding: 0;
|
|
color: #fff;
|
|
background: #5768c3;
|
|
border-top: @border_width_tiny@ solid #4756aa;
|
|
border-bottom: @border_width_tiny@ solid #4756aa;
|
|
}
|
|
|
|
notification .messageCloseButton {
|
|
list-style-image: url("chrome://browser/skin/images/close-default-hdpi.png");
|
|
-moz-image-region: -moz-initial;
|
|
-moz-box-align: start;
|
|
}
|
|
|
|
notification .messageCloseButton:-moz-focusring {
|
|
outline: 0 !important;
|
|
}
|
|
|
|
notification .messageCloseButton:hover:active {
|
|
list-style-image: url("chrome://browser/skin/images/close-active-hdpi.png");
|
|
}
|
|
|
|
notification .outset {
|
|
border-color: #4756aa !important;
|
|
}
|
|
|
|
notification .buttons {
|
|
padding: @padding_normal@;
|
|
}
|