X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fpreferences%2Fpreferences.css;h=c5b635bb7ede7bbf9d218ad1d0456011cdf1f1cf;hb=ed1a91c660e33123a3167af0806d58e00845240b;hp=18a3bf7f477d60692ae98fe3cfe3105a0e8362aa;hpb=9099c61da39b1346a25b1c01463829a44d72d6e1;p=themes.git diff --git a/LCARStrek/browser/preferences/preferences.css b/LCARStrek/browser/preferences/preferences.css index 18a3bf7f..c5b635bb 100644 --- a/LCARStrek/browser/preferences/preferences.css +++ b/LCARStrek/browser/preferences/preferences.css @@ -84,11 +84,15 @@ radio[pane=paneSync] { /* styles for the link elements copied from .text-link in global.css */ .inline-link { - color: blue; - text-decoration: underline; + color: #3333FF; + text-decoration: none; cursor: pointer; } +.inline-link:hover { + text-decoration: underline; +} + .inline-link:-moz-focusring { /* Don't specify the outline-color, we should always use initial value. */ outline: 1px dotted;