X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fglobal.css;h=49fd787e0f99d35a54dde65d9461eb7a3d8dab5f;hp=9b99c12d841042e43b6d84cdbec84da2a56670a2;hb=2c225fcbeaa337cfcdc3d469ab3a9b416f5d8fae;hpb=dbd844cb7cf3813ee33ce4ef53ca93b53e03e67d diff --git a/LCARStrek/global/global.css b/LCARStrek/global/global.css index 9b99c12d..49fd787e 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"); @@ -47,11 +48,6 @@ menubar { toolbaritem > menubar { -moz-binding: url("chrome://global/content/bindings/toolbar.xml#menubar"); } -/* -progressmeter[mode="undetermined"] { - -moz-binding: url("chrome://global/content/bindings/progressmeter.xml#progressmeter-undetermined"); -} -*/ /* ::::: root elements ::::: */ @@ -311,10 +307,13 @@ description { .text-link { color: #3333FF; - 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;