X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fglobal.css;h=77959672e84b363677c0fcd7ce9e6358f56985eb;hp=6b8cea4f7283e51882b7848715f27dbcbe8989bc;hb=1169dad44af2c149dd288ec787f58b63fbdbcea3;hpb=3b1530c2325c37e07e8f75e72bf2d157ed606175 diff --git a/EarlyBlue/global/global.css b/EarlyBlue/global/global.css index 6b8cea4f..77959672 100644 --- a/EarlyBlue/global/global.css +++ b/EarlyBlue/global/global.css @@ -78,7 +78,7 @@ wizard, prefwindow { background-color: #CCD0DD; color: #000000; - font: 11px helvetica,arial,tahoma,sans-serif; + font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif; } window.dialog { @@ -141,6 +141,12 @@ statusbarpanel { padding: 0px 1px; } +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; @@ -154,10 +160,6 @@ statusbarpanel { padding: 0px 1px; } -window:not([active="true"]) menubar > menu { - color: #808080; -} - .toolbar-focustarget { -moz-user-focus: ignore !important; } @@ -297,7 +299,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; }