diff options
Diffstat (limited to 'WebContent/ITMILL/themes/reindeer/textfield/textfield.css')
-rw-r--r-- | WebContent/ITMILL/themes/reindeer/textfield/textfield.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/WebContent/ITMILL/themes/reindeer/textfield/textfield.css b/WebContent/ITMILL/themes/reindeer/textfield/textfield.css index b2064d58c1..f95c14ccef 100644 --- a/WebContent/ITMILL/themes/reindeer/textfield/textfield.css +++ b/WebContent/ITMILL/themes/reindeer/textfield/textfield.css @@ -19,6 +19,10 @@ border-bottom-color: #5ca0df; outline: none; } +input.i-textfield-prompt { + font-style: normal; + color: #999; +} /* Textfield on blue background */ .blue .i-textfield { border-color: #92a2aa; @@ -46,4 +50,17 @@ -webkit-border-image: url(img/bg-border-image-focus.png) 0 3 0 3 stretch stretch; -moz-border-image: url(img/bg-border-image-focus.png) 0 3 0 3 stretch stretch; -o-border-image: url(img/bg-border-image-focus.png) 0 3 0 3 stretch stretch; +} +/* Small style textfield */ +.i-app input.i-textfield-small, +.i-sa input.i-textfield-small, +.i-ff35 input.i-textfield-small, +.i-op input.i-textfield-small { + font-size: 11px; + height: 15px; +} +.i-sa input.i-textfield-small, +.i-ff35 input.i-textfield-small, +.i-op input.i-textfield-small { + height: 16px; }
\ No newline at end of file |