X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fglobal.css;h=5be3fee956cf7d393c4473752e6dc297a0db52f6;hp=a13f52070ce940e0c65702b032ffa91f93ad5653;hb=a6c8d0f5eca89404094b51eee861f983d2a2a483;hpb=54c9b95b1df63559b4928c617190509e4cd43bc2 diff --git a/LCARStrek/global/global.css b/LCARStrek/global/global.css index a13f5207..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"); @@ -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;