X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fbutton.css;h=e18b9da66ef25f83314f0dc745d332252bbffdce;hp=804481f3143a6521cf5320a2d4f40b3087fdd352;hb=9823ba2ffe62a8293c0135f05c21810b05bfa4d2;hpb=be8f410d6a4ec31f45b1e7d55033daac2a02ae3f diff --git a/LCARStrek/global/button.css b/LCARStrek/global/button.css index 804481f3..e18b9da6 100644 --- a/LCARStrek/global/button.css +++ b/LCARStrek/global/button.css @@ -127,16 +127,18 @@ button[type="menu-button"][open="true"] > .button-menubutton-button { .button-menu-dropmarker, .button-menubutton-dropmarker { margin: 2px; + -moz-margin-end: 5px; width: 11px; height: 11px; background-color: transparent; border: none; + list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif"); } +.button-menu-dropmarker, button[type="menu-button"]:hover > .button-menubutton-dropmarker, button[type="menu-button"]:hover:active > .button-menubutton-dropmarker, button[type="menu-button"][open="true"] > .button-menubutton-dropmarker { - list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif"); } /* ::::: plain buttons ::::: */ @@ -166,3 +168,37 @@ button::-moz-focus-inner { padding: 0px; border: 0px none; } + +/* ::::: toolbar buttons (sync look with toolbarbutton) ::::: */ + +/* The #throbber-box rules are only needed for the SeaMonkey editor, + * the toolbaritem ones for buttons in customizable toolbars. */ +toolbaritem > button, +#throbber-box > button { + border-radius: 3px; + background-color: #000000; + color: #FFCF00; +} + +toolbaritem > button > .button-box, +#throbber-box > button > .button-box { + border-radius: 3px; + -moz-padding-start: 0; + -moz-padding-end: 1px; +} + +toolbaritem > button > button:hover:active > .button-box, +toolbaritem > button > button[open="true"] > .button-box, +toolbaritem > button > button[checked="true"] > .button-box, +#throbber-box > button:hover:active > .button-box, +#throbber-box > button > button[open="true"] > .button-box, +#throbber-box > button > button[checked="true"] > .button-box { + -moz-padding-start: 1px; + -moz-padding-end: 0; +} + +toolbaritem > button > button[disabled="true"] > .button-box, +#throbber-box > button[disabled="true"] > .button-box { + -moz-padding-start: 0 !important; + -moz-padding-end: 1px !important; +}