X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fnumberbox.css;h=d210d4d9b3cad55ee13addefcff67e2df3efcbca;hp=3a1a2c2ec1e1dcf759be79013f6ec13a9489a793;hb=84abe3e37a3cc17e23400d9f19eecac3a8134d72;hpb=beb53704ba20ae9e0f0a45fb08e8439d07567009 diff --git a/LCARStrek/global/numberbox.css b/LCARStrek/global/numberbox.css index 3a1a2c2e..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; @@ -63,12 +64,12 @@ html|*.numberbox-input { } .numberbox-input-box[hidespinbuttons="true"] { - -moz-border-radius: 3px; + 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; }