sync both themes for toolkit changes in toolkit winstripe in the Mozilla 8 cycle
[themes.git] / EarlyBlue / global / alerts / alert.css
index 95d80ce0a54ad9872d937448fcbf7906218a7056..83ab6050298a3ccdb6f946feb6993d32d7b1dff3 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;
 }
@@ -88,5 +95,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;
 }