X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fnumberbox.css;h=8da51705971ccaa478626e75b44f90d5f0abef59;hp=e1515ce3a6679c067bebfd0e9685dcf6f79d87d8;hb=f98e9249ac85dc5b066915b9c9449b30b2dfcccb;hpb=a12570b9df613c628ada41eac0bf14f642ecf578 diff --git a/LCARStrek/global/numberbox.css b/LCARStrek/global/numberbox.css index e1515ce3..8da51705 100644 --- a/LCARStrek/global/numberbox.css +++ b/LCARStrek/global/numberbox.css @@ -11,6 +11,8 @@ * for the specific language governing rights and limitations under the * License. * + * The Original Code is mozilla.org code. + * * The Initial Developer of the Original Code is the Mozilla Corporation * Portions created by the Initial Developer are Copyright (C) 2006 * the Initial Developer. All Rights Reserved. @@ -41,6 +43,7 @@ textbox[type="number"] { padding: 0 !important; + border: none; cursor: default; } @@ -50,5 +53,10 @@ html|*.numberbox-input { .numberbox-input-box { -moz-box-align: center; + cursor: text; + margin-right: -1px; + border: 1px solid #9C9CFF; + padding: 1px; + background-color: #000000; + color: #E7ADE7; } -