X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fglobal.css;h=5be3fee956cf7d393c4473752e6dc297a0db52f6;hb=1e3a01ca92e563a97e74965b5b6eda7b6d2ac6bc;hp=67f8d2e468e6894a741eccc61045ec01495d953d;hpb=9099c61da39b1346a25b1c01463829a44d72d6e1;p=themes.git diff --git a/LCARStrek/global/global.css b/LCARStrek/global/global.css index 67f8d2e4..5be3fee9 100644 --- a/LCARStrek/global/global.css +++ b/LCARStrek/global/global.css @@ -8,6 +8,7 @@ /* all localizable skin settings shall live here */ @import url("chrome://global/locale/intl.css"); +@import url("chrome://global/content/global-platform.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @@ -193,7 +194,7 @@ toolbar[mode="text"] .toolbarbutton-text { } :root:-moz-lwtheme-darktext { - text-shadow: 1px 1px 2px #FFCF00; + text-shadow: 0 -0.5px 1.5px #FFCF00; } :root:-moz-lwtheme-brighttext { @@ -310,11 +311,14 @@ description { } .text-link { - color: blue; - text-decoration: underline; + color: #3333FF; 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;