diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-13 10:08:27 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-13 10:08:27 +0000 |
commit | 19e7c451c86e9d33fd2007405a1ec7fb8fcc176f (patch) | |
tree | 79c237e6d4714c58493695286efd9acc12953011 /WebContent/VAADIN/themes/reindeer/textfield | |
parent | 8de119855eb6fb23698bdda0d8c7fbdd7572b141 (diff) | |
download | vaadin-framework-19e7c451c86e9d33fd2007405a1ec7fb8fcc176f.tar.gz vaadin-framework-19e7c451c86e9d33fd2007405a1ec7fb8fcc176f.zip |
"poro" theme update:
* context menu styles added
* tree styles improved
* fixed textfield styles for Opera
svn changeset:7776/svn branch:6.0
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/textfield')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/textfield/textfield.css | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/textfield/textfield.css b/WebContent/VAADIN/themes/reindeer/textfield/textfield.css index 346fc726c8..08d27d54f1 100644 --- a/WebContent/VAADIN/themes/reindeer/textfield/textfield.css +++ b/WebContent/VAADIN/themes/reindeer/textfield/textfield.css @@ -7,6 +7,7 @@ background: #fff; background-repeat: repeat-x; background-image: url(img/bg.png); /** sprite-ref: verticals; sprite-alignment: repeat; sprite-margin-bottom: 22px */ + border-radius: 3px; -moz-border-radius: 3px; } /* Need more specific selector because of #2384 fixes in base/common/common.css */ @@ -33,8 +34,8 @@ input.v-textfield-prompt { } /* Capable browsers get fancier border images */ .v-sa input.v-textfield, -.v-ff35 input.v-textfield, -.v-op input.v-textfield { +.v-ff35 input.v-textfield { + border-radius: 0; -moz-border-radius: 0; border: none; background: transparent; @@ -46,8 +47,7 @@ input.v-textfield-prompt { -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, -.v-op input.v-textfield-focus { +.v-ff35 input.v-textfield-focus { -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; @@ -55,13 +55,11 @@ input.v-textfield-prompt { /* Small style textfield */ .v-app input.v-textfield-small, .v-sa input.v-textfield-small, -.v-ff35 input.v-textfield-small, -.v-op input.v-textfield-small { +.v-ff35 input.v-textfield-small { font-size: 11px; height: 15px; } .v-sa input.v-textfield-small, -.v-ff35 input.v-textfield-small, -.v-op input.v-textfield-small { +.v-ff35 input.v-textfield-small { height: 16px; }
\ No newline at end of file |