gecko/mobile/themes/hildon/notification.css

22 lines
460 B
CSS

notification, notification[type="warning"] {
padding: 0;
color: #000;
background: #8db8d8;
border-top: 1px solid #6897bd;
border-bottom: 1px solid #6897bd;
}
notification .messageCloseButton {
list-style-image: url("chrome://browser/skin/images/close-40.png");
-moz-image-region: -moz-initial;
-moz-box-align: start;
}
notification .outset {
border-color: #6897bd !important;
}
notification .buttons {
padding: 1mm; /* core spacing */
}