]> source.dussan.org Git - vaadin-framework.git/commitdiff
Added down arrow for combobox in Base theme.
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Wed, 18 Nov 2009 07:59:58 +0000 (07:59 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Wed, 18 Nov 2009 07:59:58 +0000 (07:59 +0000)
svn changeset:9856/svn branch:6.2

WebContent/VAADIN/themes/base/select/select.css
WebContent/VAADIN/themes/base/styles.css
WebContent/VAADIN/themes/reindeer/styles.css
WebContent/VAADIN/themes/runo/styles.css

index 2b7bb52e84a212bbc14cd2b642f1718e30783155..c0aa4e7ee6c233ec8128ee9c1dda4ae133d3a9ba 100644 (file)
@@ -57,6 +57,9 @@
 .v-filterselect-button {
        float: right;
        cursor: pointer;
+       width: 1em;
+       height: 1em;
+       background: transparent url(../common/img/sprites.png) no-repeat -5px -8px;
 }
 .v-filterselect.v-readonly .v-filterselect-button {
        display: none;
index e0908ddd886ed5d74fda6ee31f974da3a3641be5..605523fd8c6a405ba1ce911d7e09d94f80a4a591 100644 (file)
@@ -927,6 +927,9 @@ div.v-progressindicator-indeterminate-disabled {
 .v-filterselect-button {
        float: right;
        cursor: pointer;
+       width: 1em;
+       height: 1em;
+       background: transparent url(common/img/sprites.png) no-repeat -5px -8px;
 }
 .v-filterselect.v-readonly .v-filterselect-button {
        display: none;
index be563abfc3d03cbdfadcbaf6b890c0ddedbb7b9c..74d3f57348863bd8766d1cf45d1ea81032b5ade1 100644 (file)
@@ -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;
index 8a35c1e4395035a2c8985b70619c83d6fe0e8977..29678a354e3ca6c74d9d6d16118c313072747a5d 100644 (file)
@@ -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;