diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-01-27 13:38:50 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-01-27 13:38:50 +0000 |
commit | c8f638eab6d3b1300ff7d051c3edf7163f3796d5 (patch) | |
tree | 07f2035db592b5921d3f43cbbd9875289ccfe577 /WebContent/ITMILL/themes/default | |
parent | 5d833f80b7f468c52096a5301da4e8999ad8a52b (diff) | |
download | vaadin-framework-c8f638eab6d3b1300ff7d051c3edf7163f3796d5.tar.gz vaadin-framework-c8f638eab6d3b1300ff7d051c3edf7163f3796d5.zip |
Fixes another regression caused by changeset [6645].
svn changeset:6650/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes/default')
-rw-r--r-- | WebContent/ITMILL/themes/default/select/select.css | 3 | ||||
-rw-r--r-- | WebContent/ITMILL/themes/default/styles.css | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/WebContent/ITMILL/themes/default/select/select.css b/WebContent/ITMILL/themes/default/select/select.css index 7a58fba990..e36e805f1a 100644 --- a/WebContent/ITMILL/themes/default/select/select.css +++ b/WebContent/ITMILL/themes/default/select/select.css @@ -79,7 +79,8 @@ float: left; } .i-app .i-filterselect .i-filterselect-input, -.i-window .i-filterselect .i-filterselect-input { +.i-window .i-filterselect .i-filterselect-input, +.i-popupview-popup .i-filterselect .i-filterselect-input { background: transparent url(img/bg-center-filter.png) no-repeat 1px 0; float: left; border: none; diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index df71ce37a5..1c1c55bcb0 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -1300,7 +1300,8 @@ input.i-modified, float: left; } .i-app .i-filterselect .i-filterselect-input, -.i-window .i-filterselect .i-filterselect-input { +.i-window .i-filterselect .i-filterselect-input, +.i-popupview-popup .i-filterselect .i-filterselect-input { background: transparent url(select/img/bg-center-filter.png) no-repeat 1px 0; float: left; border: none; |