sync both themes with toolkit windows theme changes in Mozilla 32 cycle
[themes.git] / EarlyBlue / global / alerts / alert.css
index c4d94a7ce8a9b9af516883a590c8131f12cff746..c945d7868989995278ce6dbaf586085742b0f069 100644 (file)
   margin-bottom: 8px;
 }
 
   margin-bottom: 8px;
 }
 
+#alertNotification[clickable="true"]:hover .alertTextBox,
+#alertNotification[clickable="true"]:hover .alertCloseBox {
+/*  background-image: linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.3)); */
+}
+
 .alertTitle {
   font-weight: bold;
   font-size: 110%;
 .alertTitle {
   font-weight: bold;
   font-size: 110%;
@@ -58,15 +63,6 @@ label {
   cursor: inherit;
 }
 
   cursor: inherit;
 }
 
-.alertText[clickable="true"] {
-  color: blue;
-  text-decoration: underline;
-}
-
-.alertText[clickable="true"]:hover:active {
-  color: red;
-}
-
 @keyframes alert-animation {
   from {
     opacity: 0;
 @keyframes alert-animation {
   from {
     opacity: 0;