sync both themes for toolkit changes in toolkit winstripe in the Mozilla 8 cycle
[themes.git] / LCARStrek / global / alerts / alert.css
index b057fadd38ba29a5c59e99df313b30ee00826341..d16e1d66a5a10ea9612b752a94c89ff51ab2c2b2 100644 (file)
   -moz-margin-end: 6px;
 }
 
-.alertText[clickable="true"] {
+#alertNotification[clickable="true"] {
   cursor: pointer;
+}
+
+label {
+  cursor: inherit;
+}
+
+.alertText[clickable="true"] {
   color: blue;
   text-decoration: underline;
 }
@@ -89,5 +96,5 @@
   -moz-padding-start: 5px;
   -moz-padding-end: 5px;
   margin-bottom: 8px;
-  -moz-box-align: center; /* also hard-coded in alert.js, see bug 311557 */
+  -moz-box-align: center;
 }