sync both themes with toolkit windows theme changes in Mozilla 32 cycle
[themes.git] / LCARStrek / global / alerts / alert.css
index 193e12e7fcf3f78206fa9e80f22e32df43192aba..12c32b863d32868a258bf8f9e0deeaadc4d04725 100644 (file)
   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%;
@@ -59,15 +64,6 @@ label {
   cursor: inherit;
 }
 
-.alertText[clickable="true"] {
-  color: #3333FF;
-  text-decoration: underline;
-}
-
-.alertText[clickable="true"]:hover:active {
-  color: red;
-}
-
 @keyframes alert-animation {
   from {
     opacity: 0;