X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fbutton.css;h=a5f4244659b9f58f5502aa0817bec0f4f331dd48;hp=61ca81711345471e5171921975ffbc5af0f0eedb;hb=ac1cdf20ca3febffec0359a654a42424a668a72e;hpb=f1748805bc4341ed02dc15d432ad1f645b6d9c25 diff --git a/LCARStrek/global/button.css b/LCARStrek/global/button.css index 61ca8171..a5f42446 100644 --- a/LCARStrek/global/button.css +++ b/LCARStrek/global/button.css @@ -46,7 +46,7 @@ /* outer frame */ button { -moz-border-radius: 3px; - margin: 0px 4px 1px 4px; + margin: 1px 2px; min-width: 6.3em; border: none; background-color: #000000; @@ -145,17 +145,19 @@ button[type="menu-button"] { .button-menubutton-dropmarker { -moz-border-radius: 3px; 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:hover, .button-menubutton-dropmarker:hover { - list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif"); + background-image: url("chrome://global/skin/arrow/arrow-down-hover.gif"); } .button-menu-dropmarker[disabled="true"], .button-menubutton-dropmarker[disabled="true"] { - list-style-image: url("chrome://global/skin/arrow/arrow-down-disabled.gif") !important; + background-image: url("chrome://global/skin/arrow/arrow-down-disabled.gif") !important; } .button-menubutton-dropmarker[open="true"] {