diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-13 07:13:48 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-13 07:13:48 +0000 |
commit | 4f1f91dabd47818c3fef2649e00eb8a90246fc6b (patch) | |
tree | 3d62d1683bfcf9ecd2b78473dd62c06ec626a3a5 /WebContent/VAADIN/themes/reindeer/textfield | |
parent | 434e9c914a6757a60349bc2c2edef94baf9c1563 (diff) | |
download | vaadin-framework-4f1f91dabd47818c3fef2649e00eb8a90246fc6b.tar.gz vaadin-framework-4f1f91dabd47818c3fef2649e00eb8a90246fc6b.zip |
"poro" theme update:
* datefield styles finished
* many other fixes for other components
svn changeset:7770/svn branch:6.0
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/textfield')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/textfield/textfield.css | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/textfield/textfield.css b/WebContent/VAADIN/themes/reindeer/textfield/textfield.css index c04ca29398..a15cc368da 100644 --- a/WebContent/VAADIN/themes/reindeer/textfield/textfield.css +++ b/WebContent/VAADIN/themes/reindeer/textfield/textfield.css @@ -13,7 +13,15 @@ .v-app input.v-textfield { padding: 3px 3px 0 3px; } -.v-textfield-focus { +/* Textfield on blue background */ +.blue .v-textfield { + border-color: #92a2aa; + border-top-color: #7c8a90; + border-bottom-color: #a1b3bc; +} +.v-app .v-textfield-focus, +.v-window .v-textfield-focus, +.v-popupview-popup .v-textfield-focus { border-color: #5b97d0; border-top-color: #4f83b4; border-bottom-color: #5ca0df; @@ -23,12 +31,6 @@ input.v-textfield-prompt { font-style: normal; color: #999; } -/* Textfield on blue background */ -.blue .v-textfield { - border-color: #92a2aa; - border-top-color: #7c8a90; - border-bottom-color: #a1b3bc; -} /* Capable browsers get fancier border images */ .v-sa input.v-textfield, .v-ff35 input.v-textfield, @@ -42,7 +44,6 @@ input.v-textfield-prompt { -webkit-border-image: url(img/bg-border-image.png) 0 3 0 3 stretch stretch; -moz-border-image: url(img/bg-border-image.png) 0 3 0 3 stretch stretch; -o-border-image: url(img/bg-border-image.png) 0 3 0 3 stretch stretch; - } .v-sa input.v-textfield-focus, .v-ff35 input.v-textfield-focus, |