X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fbutton.css;h=c8972b6ca169ea12e57eb80be175e3d6669ba75e;hp=3940645007863d47147b08aa0261d7defe9ae644;hb=ef3a6994370bde4ca20ff1f86f08b4f1e528eab8;hpb=024ec65527b790008bbffb70f38ebf462729bef3 diff --git a/EarlyBlue/global/button.css b/EarlyBlue/global/button.css index 39406450..c8972b6c 100644 --- a/EarlyBlue/global/button.css +++ b/EarlyBlue/global/button.css @@ -36,11 +36,9 @@ * ***** END LICENSE BLOCK ***** */ /* ===== button.css ===================================================== - == Styles used by the XUL button element. + == Styles used by the XUL (and XHTML in netError.xhtml) button element. ======================================================================= */ -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - /* :::::::::: button :::::::::: */ button { @@ -128,8 +126,6 @@ button[disabled="true"] > .button-box { /* ::::: menu/menu-button buttons ::::: */ button[type="menu-button"] { - -moz-box-align: center; - -moz-box-pack: center; margin: 0px; border: none; } @@ -171,3 +167,10 @@ button[type="disclosure"] { button[type="disclosure"][open="true"] { list-style-image: url("chrome://global/skin/tree/twisty-open.gif"); } + +/* ::::: xhtml buttons ::::: */ + +button::-moz-focus-inner { + padding: 0px; + border: 0px none; +}