gecko-dev/mobile/themes/hildon/notification.css

26 строки
596 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-default-40.png");
-moz-image-region: -moz-initial;
-moz-box-align: start;
}
notification .messageCloseButton:hover:active {
list-style-image: url("chrome://browser/skin/images/close-active-40.png");
}
notification .outset {
border-color: #6897bd !important;
}
notification .buttons {
padding: 8px; /* core spacing */
}