X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fbutton.css;h=b74c7a825b69e33dd780c539b9da72e637c2898a;hp=3544a8049be757d154b2f8252865251551cceddd;hb=d686d388f4990d02ac0103d09b3414b49b03920d;hpb=57077c64c77e00e7524896aaaef3f5ae9b5edf85 diff --git a/EarlyBlue/global/button.css b/EarlyBlue/global/button.css index 3544a804..b74c7a82 100644 --- a/EarlyBlue/global/button.css +++ b/EarlyBlue/global/button.css @@ -74,13 +74,14 @@ button:focus > .button-box { /* .......... default state .......... */ -button[default="true"] { +button[default="true"] > .button-box { font-weight: bold; list-style-image: url("chrome://global/skin/icons/return.gif"); -moz-box-direction: reverse; + padding-right: 6px; } -button[default="true"][disabled="true"] { +button[default="true"][disabled="true"] > .button-box { font-weight: bold; list-style-image: url("chrome://global/skin/icons/return-disabled.gif"); }