update both themes for toolkit windows changes in Mozilla 22 cycle
[themes.git] / EarlyBlue / global / global.css
index 1695c405430a0d5dbff733bcf015b2e5e77e933e..a800586455f98bb12e20600414e9b0e44684365e 100644 (file)
@@ -30,12 +30,6 @@ menulist > menupopup,
   -moz-binding: url("chrome://global/skin/globalBindings.xml#menulist-compact");
 }
 
-/*
-progressmeter[mode="undetermined"] {
-  -moz-binding: url("chrome://global/content/bindings/progressmeter.xml#progressmeter-undetermined");
-}
-*/
-
 /* ::::: root elements ::::: */
 
 window,
@@ -262,10 +256,13 @@ description {
 
 .text-link {
   color: blue;
-  text-decoration: underline;
   cursor: pointer;
 }
 
+.text-link:hover {
+  text-decoration: underline;
+}
+
 .text-link:-moz-focusring {
   /* Don't specify the outline-color, we should always use initial value. */
   outline: 1px dotted;