X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fnumberbox.css;h=d210d4d9b3cad55ee13addefcff67e2df3efcbca;hp=76cf4bc46d91befdc769632fc1b36ba22cc9758a;hb=044b5d491a673c74d770c3f43276c2b85380a485;hpb=26a52ec55b9899ef2f798aab6a5d2b6d02ddedc8 diff --git a/LCARStrek/global/numberbox.css b/LCARStrek/global/numberbox.css index 76cf4bc4..d210d4d9 100644 --- a/LCARStrek/global/numberbox.css +++ b/LCARStrek/global/numberbox.css @@ -13,7 +13,8 @@ * * The Original Code is mozilla.org code. * - * The Initial Developer of the Original Code is the Mozilla Corporation + * The Initial Developer of the Original Code is + * the Mozilla Foundation * Portions created by the Initial Developer are Copyright (C) 2006 * the Initial Developer. All Rights Reserved. * @@ -52,7 +53,7 @@ html|*.numberbox-input { } .numberbox-input-box { - -moz-border-radius: 3px 0px 0px 3px; + border-radius: 3px 0px 0px 3px; -moz-box-align: center; cursor: text; border: 1px solid #9C9CFF; @@ -62,8 +63,13 @@ html|*.numberbox-input { color: #E7ADE7; } +.numberbox-input-box[hidespinbuttons="true"] { + border-radius: 3px; + border-right-width: 1px; +} + textbox[type="number"] > spinbuttons { - -moz-border-radius: 0px 3px 3px 0px; + border-radius: 0px 3px 3px 0px; border: 1px solid #9C9CFF; border-left-width: 0px; }