style new search UI
[themes.git] / EarlyBlue / global / global.css
index 43a2950e25d883c7c0877c6b1c7d3c43e118861d..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,
@@ -144,7 +138,7 @@ toolbar[mode="text"] .toolbarbutton-text {
 }
 
 :root:-moz-lwtheme-darktext {
-  text-shadow: 1px 1px 2px #FFFFFF;
+  text-shadow: 0 -0.5px 1.5px #FFFFFF;
 }
 
 :root:-moz-lwtheme-brighttext {
@@ -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;