X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fbutton.css;h=34fc8ae7b57a0de35efdaa730f4acd6559930e79;hp=6616c44f2ac7df2aafb79adbc8e8f30ac70a329b;hb=6831f2a08a96b0ec398ba88793203d36392b4fd3;hpb=4c18c82c8aae51ecc4e5273ad55a70c869d59ff4 diff --git a/LCARStrek/global/button.css b/LCARStrek/global/button.css index 6616c44f..34fc8ae7 100644 --- a/LCARStrek/global/button.css +++ b/LCARStrek/global/button.css @@ -36,15 +36,13 @@ * ***** 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 { - -moz-border-radius: 3px; + border-radius: 3px; margin: 1px 2px; min-width: 6.3em; border: none; @@ -54,7 +52,7 @@ button { } .button-box { - -moz-border-radius: 3px; + border-radius: 3px; border: 1px solid transparent; padding-top: 1px; padding-bottom: 2px; @@ -67,7 +65,7 @@ button { } .button-text { - -moz-border-radius: 3px; + border-radius: 3px; margin: 0px !important; text-align: center; } @@ -150,15 +148,13 @@ 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; } .button-menu-dropmarker, .button-menubutton-dropmarker { - -moz-border-radius: 3px; + border-radius: 3px; margin: 1px; width: 11px; height: 11px; @@ -184,3 +180,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; +}