X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fglobal.css;h=6724853ee9c9ce70859a620e04f26b9b684856bf;hb=dc7e4943af27d77c48a1628e1cde21a50e873089;hp=43a2950e25d883c7c0877c6b1c7d3c43e118861d;hpb=9099c61da39b1346a25b1c01463829a44d72d6e1;p=themes.git diff --git a/EarlyBlue/global/global.css b/EarlyBlue/global/global.css index 43a2950e..6724853e 100644 --- a/EarlyBlue/global/global.css +++ b/EarlyBlue/global/global.css @@ -21,21 +21,10 @@ radio { -moz-binding: url("chrome://global/skin/globalBindings.xml#radio-with-spacing"); } -menulist > menupopup, -.menulist-menupopup { +menulist > menupopup { -moz-binding: url("chrome://global/content/bindings/popup.xml#popup-scrollbars"); } -.menulist-compact { - -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 +133,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 +251,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;