X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fmenu.css;h=d4af721baf6d21dc6a88d6700ac6e159cefaf862;hp=93ded8e831208815230544fb0c75f4353c2187b2;hb=17b8126ad94ff1d98e40d92695da4545045863f5;hpb=df8c26c46020f7b778d46e6ceedc93e4d4cb6202 diff --git a/EarlyBlue/global/menu.css b/EarlyBlue/global/menu.css index 93ded8e8..d4af721b 100644 --- a/EarlyBlue/global/menu.css +++ b/EarlyBlue/global/menu.css @@ -69,8 +69,10 @@ menuitem[_moz-menuactive="true"][disabled="true"] { } menubar > menu { - padding: 2px 0px 2px 3px; - margin: 0px 2px 0px 0px; + padding: 2px 0px; + -moz-padding-start: 3px; + margin: 0px 2px; + -moz-margin-start: 0px; border: 1px solid #CCD0DD; } @@ -112,6 +114,10 @@ menulist > menupopup > menu { max-width: none; } +menubar > menu:-moz-lwtheme { + -moz-appearance: none; +} + /* ..... internal content .... */ .menu-text, @@ -145,6 +151,13 @@ menulist > menupopup > menu { color: inherit; } +.menu-iconic-icon { +/* + width: 16px; + height: 16px; +*/ +} + .menu-iconic-left { width: 16px; } @@ -156,6 +169,7 @@ menulist > menupopup > menu { -moz-margin-end: 0px; width: 8px; list-style-image: url("chrome://global/skin/menu/menu-arrow.gif"); + -moz-image-region: auto; } .menu-right[_moz-menuactive="true"] { @@ -166,15 +180,15 @@ menulist > menupopup > menu { list-style-image: url("chrome://global/skin/menu/menu-arrow-disabled.gif"); } -.menu-right[chromedir="rtl"] { +.menu-right:-moz-locale-dir(rtl) { list-style-image: url("chrome://global/skin/menu/menu-arrow-rtl.gif"); } -.menu-right[chromedir="rtl"][_moz-menuactive="true"] { +.menu-right:-moz-locale-dir(rtl)[_moz-menuactive="true"] { list-style-image: url("chrome://global/skin/menu/menu-arrow-hover-rtl.gif"); } -.menu-right[chromedir="rtl"][disabled="true"] { +.menu-right:-moz-locale-dir(rtl)[disabled="true"] { list-style-image: url("chrome://global/skin/menu/menu-arrow-disabled-rtl.gif"); } @@ -248,6 +262,6 @@ menulist > menupopup > menuseparator, /* ::::: tree column picker ::::: */ .treecell-popupcell-menu { - margin-left: -2px; + -moz-margin-start: -2px; list-style-image: url("chrome://global/skin/tree/columnpicker.gif"); } \ No newline at end of file