sync both themes with toolkit windows theme changes in Mozilla 33 cycle
[themes.git] / LCARStrek / global / alerts / alert.css
index 193e12e7fcf3f78206fa9e80f22e32df43192aba..876a6b1250c664017c72f763f830a26021ebb1c5 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;
@@ -89,10 +85,6 @@ label {
   padding: 4px 2px;
 }
 
-.alertCloseButton > .toolbarbutton-text {
-  display: none;
-}
-
 .alertCloseButton:hover,
 .alertCloseButton:hover:active {
   -moz-image-region: rect(0, 32px, 16px, 16px);