diff options
author | Henri Kerola <henri.kerola@itmill.com> | 2010-09-20 15:20:47 +0000 |
---|---|---|
committer | Henri Kerola <henri.kerola@itmill.com> | 2010-09-20 15:20:47 +0000 |
commit | 403db1577a07db0b4eb5ac6c51fba3205f77a47d (patch) | |
tree | 243032a0414d28d4969ff432c6f69e527e04d3aa /WebContent/VAADIN/themes/liferay/select | |
parent | 6be3c8a27296b842df0702da538103fe106122ea (diff) | |
download | vaadin-framework-403db1577a07db0b4eb5ac6c51fba3205f77a47d.tar.gz vaadin-framework-403db1577a07db0b4eb5ac6c51fba3205f77a47d.zip |
Minor fixes to liferay theme (#5517)
svn changeset:15081/svn branch:6.4
Diffstat (limited to 'WebContent/VAADIN/themes/liferay/select')
-rw-r--r-- | WebContent/VAADIN/themes/liferay/select/select.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/liferay/select/select.css b/WebContent/VAADIN/themes/liferay/select/select.css index 7710f6cfc3..323c730d29 100644 --- a/WebContent/VAADIN/themes/liferay/select/select.css +++ b/WebContent/VAADIN/themes/liferay/select/select.css @@ -3,6 +3,10 @@ padding: 1px; } +select { + background-color: #fff; +} + .v-filterselect-button { width: 24px; height: 24px; |