improve status bar panels look
[themes.git] / LCARStrek / global / notification.css
index 4db2ae77d6658c102baf69ecee5fb7bd1f6c0f36..ce6108ff69fc1dbcc08fee9b741662845b9316d3 100644 (file)
@@ -3,6 +3,7 @@
 notification {
   background-color : #FFCF00;
   color: #000000;
+  text-shadow: none;
   -moz-border-radius: 8px;
 }
 
@@ -19,7 +20,6 @@ notification[type="critical"] {
 .messageImage {
   width: 16px;
   height: 16px;
-  margin: 0px 1px 0px 6px;
 }
 
 /* Default icons for notifications */
@@ -35,8 +35,9 @@ notification[type="critical"] .messageImage {
   list-style-image: url("chrome://global/skin/icons/error-16.png");
 }
 
-.messageText {
-  -moz-margin-start: 5px;
+.notification-inner {
+  -moz-margin-start: 8px;
+  -moz-margin-end: 12px;
 }
 
 .messageCloseButton {
@@ -44,3 +45,12 @@ notification[type="critical"] .messageImage {
   padding: 4px 2px;
   border: none;
 }
+
+.messageCloseButton:hover,
+.messageCloseButton:hover:active {
+  list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
+}
+
+.messageCloseButton > .toolbarbutton-icon {
+  -moz-margin-start: 5px;
+}