X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fbutton.css;h=66963006174445e7b98a805f84ea862052d29dab;hp=3940645007863d47147b08aa0261d7defe9ae644;hb=9545fc93ebbd436afd6cc097b68d4b2605f25ee6;hpb=f375cfdfe6e6114cc82e93923814692be5675bed diff --git a/EarlyBlue/global/button.css b/EarlyBlue/global/button.css index 39406450..66963006 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 { @@ -171,3 +169,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; +}