diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-10-07 10:40:37 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-10-07 10:40:37 +0000 |
commit | 7fff35a8588eae4b0ebad74d0952ad5a94bef2a2 (patch) | |
tree | e58f1c9ab9abccfbba0c0a5487248b1d051c72e7 /WebContent/VAADIN/themes/base/select | |
parent | 3c00196a5eb3d0782dbd5f8b58df1f3f98c2d0e1 (diff) | |
download | vaadin-framework-7fff35a8588eae4b0ebad74d0952ad5a94bef2a2.tar.gz vaadin-framework-7fff35a8588eae4b0ebad74d0952ad5a94bef2a2.zip |
Fix for #2611: ComboBox in readonly differs from readonly TextField
svn changeset:9124/svn branch:6.2
Diffstat (limited to 'WebContent/VAADIN/themes/base/select')
-rw-r--r-- | WebContent/VAADIN/themes/base/select/select.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/base/select/select.css b/WebContent/VAADIN/themes/base/select/select.css index 7da7c1201f..5899b48664 100644 --- a/WebContent/VAADIN/themes/base/select/select.css +++ b/WebContent/VAADIN/themes/base/select/select.css @@ -55,11 +55,11 @@ font-style: italic; } .v-filterselect-button { - float: right; cursor: pointer; + float: right; } .v-filterselect.v-readonly .v-filterselect-button { - display: none; + cursor: default; } .v-filterselect-suggestpopup { background: #fff; |