X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;ds=sidebyside;f=LCARStrek%2Fglobal%2Fglobal.css;h=93c6c83f78077cc44c1dbb0e1f8bbccd246ab73d;hb=024ec65527b790008bbffb70f38ebf462729bef3;hp=a112b91926dc122a5016ab71c670026b81690b4f;hpb=18f5421a753324176299d1a66883253f6658d863;p=themes.git diff --git a/LCARStrek/global/global.css b/LCARStrek/global/global.css index a112b919..93c6c83f 100644 --- a/LCARStrek/global/global.css +++ b/LCARStrek/global/global.css @@ -182,6 +182,13 @@ statusbarpanel { padding: 0px 2px; } +statusbarpanel:not(.statusbar-resizerpanel):-moz-lwtheme { + -moz-appearance: none; + border-top-style: none; + border-bottom-style: none; + -moz-border-start-style: none; +} + .statusbar-resizerpanel { -moz-box-align: end; -moz-box-pack: end; @@ -198,10 +205,6 @@ statusbarpanel { -moz-box-orient: vertical; } -window:not([active="true"]) menubar > menu { - color: #8050B0; -} - .toolbar-focustarget { -moz-user-focus: ignore !important; } @@ -213,6 +216,26 @@ toolbar[mode="text"] .toolbarbutton-text { /* ::::: miscellaneous formatting ::::: */ +:root:-moz-lwtheme, +[lwthemefooter="true"] { + -moz-appearance: none; +} + +:root:-moz-lwtheme-darktext { + text-shadow: 1px 1px 2px #FFCF00; +} + +:root:-moz-lwtheme-brighttext { + text-shadow: 1px 1px 2px #000000; +} + +statusbar:-moz-lwtheme, +sidebarheader:-moz-lwtheme { + -moz-appearance: none; + background: none; + border-style: none; +} + .inset { /* border: 1px inset #FF9F00; margin: 0px 5px 5px; */ @@ -321,7 +344,7 @@ description { cursor: pointer; } -.text-link:focus { +.text-link:-moz-focusring { /* Don't specify the outline-color, we should always use initial value. */ outline: 1px dotted; }