add 2px of addition padding to title bar tabs to match firefox button height
[themes.git] / EarlyBlue / global / global.css
index 43a2950e25d883c7c0877c6b1c7d3c43e118861d..a231448965d2f4616c2d895d4a10b3b0561e7b7a 100644 (file)
@@ -144,7 +144,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 +262,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;