diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-11-18 07:59:58 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-11-18 07:59:58 +0000 |
commit | e998fced9a1c360bc5d9032408e1eb6468824193 (patch) | |
tree | 212889aaaac63cf4538bc73986e31ecb9fb0df1d /WebContent/VAADIN/themes/reindeer | |
parent | d627a9667063148b51e675c3c97a8f79c78d777a (diff) | |
download | vaadin-framework-e998fced9a1c360bc5d9032408e1eb6468824193.tar.gz vaadin-framework-e998fced9a1c360bc5d9032408e1eb6468824193.zip |
Added down arrow for combobox in Base theme.
svn changeset:9856/svn branch:6.2
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/styles.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/styles.css b/WebContent/VAADIN/themes/reindeer/styles.css index be563abfc3..74d3f57348 100644 --- a/WebContent/VAADIN/themes/reindeer/styles.css +++ b/WebContent/VAADIN/themes/reindeer/styles.css @@ -927,6 +927,9 @@ div.v-progressindicator-indeterminate-disabled { .v-filterselect-button { float: right; cursor: pointer; + width: 1em; + height: 1em; + background: transparent url(../base/common/img/sprites.png) no-repeat -5px -8px; } .v-filterselect.v-readonly .v-filterselect-button { display: none; |