X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fbutton.css;h=801281e151b4de5479677dfce75654a1da3a7ed6;hp=6616c44f2ac7df2aafb79adbc8e8f30ac70a329b;hb=9545fc93ebbd436afd6cc097b68d4b2605f25ee6;hpb=f375cfdfe6e6114cc82e93923814692be5675bed diff --git a/LCARStrek/global/button.css b/LCARStrek/global/button.css index 6616c44f..801281e1 100644 --- a/LCARStrek/global/button.css +++ b/LCARStrek/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 { @@ -184,3 +182,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; +}