sync both themes with toolkit windows theme changes in Mozilla 37 cycle
[themes.git] / LCARStrek / global / notification.css
index 49d3745131481ac07efcf34a17c520fd462e523d..6a429fae490389581fdc83c2400f27cef851e70e 100644 (file)
@@ -1,20 +1,25 @@
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 notification {
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 notification {
-  background-color : #FFCF00;
   color: #000000;
   color: #000000;
+  background-color : #FFCF00;
   text-shadow: none;
   border-radius: 8px;
 }
 
 notification[type="info"] {
   text-shadow: none;
   border-radius: 8px;
 }
 
 notification[type="info"] {
-  background-color: #9C9CFF;
   color: #000000;
   color: #000000;
+  background-color: #9C9CFF;
 }
 
 notification[type="critical"] {
 }
 
 notification[type="critical"] {
-  background-color: #FF0000;
   color: #000000;
   color: #000000;
+  background-color: #FF0000;
+}
+
+.messageText > .text-link {
+  color: inherit !important;
+  text-decoration: underline;
 }
 
 .messageImage {
 }
 
 .messageImage {