From c8f638eab6d3b1300ff7d051c3edf7163f3796d5 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Tue, 27 Jan 2009 13:38:50 +0000 Subject: [PATCH] Fixes another regression caused by changeset [6645]. svn changeset:6650/svn branch:trunk --- WebContent/ITMILL/themes/default/select/select.css | 3 ++- 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; -- 2.39.5