Index: src/main/resources/albatross/css/table/table.css =================================================================== --- src/main/resources/albatross/css/table/table.css (revision 7943) +++ src/main/resources/albatross/css/table/table.css (working copy) @@ -43,7 +43,7 @@ } /* Filter input box */ -input[type=text].flt, select.flt { +input.flt, select.flt { background-color: #f5f5f5; background-image: url(icons/table/filter.gif); background-repeat: no-repeat; @@ -55,7 +55,7 @@ } /* Filter input box when the filter is next to the filter button */ -input[type=text].flt_s, select.flt_s { +input.flt_s, select.flt_s { background-color: #f5f5f5; background-image: url(icons/table/filter.gif); background-repeat: no-repeat;