X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fbutton.css;h=6998d6cd9f703f9e26772f65977d5f66f694f277;hp=b74c7a825b69e33dd780c539b9da72e637c2898a;hb=3eaf106014e514a8370529f21dab51177785274c;hpb=d686d388f4990d02ac0103d09b3414b49b03920d diff --git a/EarlyBlue/global/button.css b/EarlyBlue/global/button.css index b74c7a82..6998d6cd 100644 --- a/EarlyBlue/global/button.css +++ b/EarlyBlue/global/button.css @@ -46,7 +46,7 @@ /* outer frame */ button { - margin: 1px 5px 2px 5px; + margin: 2px 3px; min-width: 6.3em; border: 1px outset #CCD0DD; background-color: #CCD0DD; @@ -123,12 +123,14 @@ button[type="menu-button"] { .button-menu-dropmarker, .button-menubutton-dropmarker { margin: 1px; - list-style-image: url("chrome://global/skin/arrow/arrow-down.gif"); + background-image: url("chrome://global/skin/arrow/arrow-down.gif"); + min-width: 11px; + min-height: 11px; } .button-menu-dropmarker[disabled="true"], .button-menubutton-dropmarker[disabled="true"] { - list-style-image: url("chrome://global/skin/arrow/arrow-down-disabled.gif"); + background-image: url("chrome://global/skin/arrow/arrow-down-disabled.gif"); } .button-menubutton-dropmarker[open="true"] {