X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fbutton.css;h=75ed8e30358da35f181372040853a87a370382f8;hp=ceb6ba6418fd2ae4fbb7524a8c7962f26bf50759;hb=4a5759871f10adef12fd1f0158f973a731413602;hpb=09cc818685ab15df861d5f364d20d777921fe565 diff --git a/EarlyBlue/global/button.css b/EarlyBlue/global/button.css index ceb6ba64..75ed8e30 100644 --- a/EarlyBlue/global/button.css +++ b/EarlyBlue/global/button.css @@ -57,7 +57,7 @@ button { border: 1px solid transparent; padding: 0px 3px 1px 2px; } - + .button-text { margin: 0px !important; text-align: center; @@ -74,7 +74,6 @@ button:focus > .button-box { /* .......... default state .......... */ -button[default] > .button-box, button[default="true"] > .button-box { font-weight: bold; list-style-image: url("chrome://global/skin/icons/return.gif"); @@ -98,12 +97,13 @@ button[checked="true"] { button:hover:active > .button-box, button[open="true"] > .button-box, button[checked="true"] > .button-box { - padding: 1px 2px 0px 3px; + padding: 1px 2px 0px 3px; } /* .......... disabled state .......... */ -button[disabled="true"] { +button[disabled="true"], +button[disabled="true"]:hover:active { border: 1px outset #CCD0DD; color: #999999; }