X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ftoolbar.css;h=52dc8413830b4ea19d723c4ffca2d59c64e0165d;hp=e6e2f00a152af0562a2e1760701acc6b72cbaa75;hb=a066b053127a90d6fe01362412694c7732d72845;hpb=e181d49eeb1dcbecff7259949174b68c78b547c9 diff --git a/EarlyBlue/global/toolbar.css b/EarlyBlue/global/toolbar.css index e6e2f00a..52dc8413 100644 --- a/EarlyBlue/global/toolbar.css +++ b/EarlyBlue/global/toolbar.css @@ -62,6 +62,16 @@ toolbaritem > menubar { background-color: transparent; } +/* ::::: lightweight theme ::::: */ + +menubar:-moz-lwtheme, +toolbox:-moz-lwtheme, +toolbar:-moz-lwtheme { + -moz-appearance: none; + background: none; + border-style: none; +} + /* ::::: toolbar decorations ::::: */ toolbarseparator { @@ -100,8 +110,8 @@ toolbarpaletteitem { } toolbarpaletteitem[place="toolbar"] { - margin-left: -2px; - margin-right: -2px; + -moz-margin-start: -2px; + -moz-margin-end: -2px; border-left: 2px solid transparent; border-right: 2px solid transparent; }