Index: branches/5.2.x/core/admin_templates/incs/style_template.css =================================================================== diff -u -N -r14244 -r14598 --- branches/5.2.x/core/admin_templates/incs/style_template.css (.../style_template.css) (revision 14244) +++ branches/5.2.x/core/admin_templates/incs/style_template.css (.../style_template.css) (revision 14598) @@ -346,6 +346,29 @@ background-color: #FFFF00; } +div.filter, div.filter-active { + background-color: white; + border: 1px solid #AAAAAA; + color: black; + font-weight: normal; + padding: 3px; +} + +div.filter-active { + background-color: #FFFF00; +} + +div.multioptions_filter { + position: absolute; + z-index: 100; + color: black; + background-color: white; + border: 1px solid black; + padding: 3px 5px; + display: none; + vertical-align: middle; +} + /* Column titles row */ tr.grid-header-row-0 td { height: 25px;