Index: branches/5.2.x/core/install/upgrades.css =================================================================== diff -u -N -r14244 -r14598 --- branches/5.2.x/core/install/upgrades.css (.../upgrades.css) (revision 14244) +++ branches/5.2.x/core/install/upgrades.css (.../upgrades.css) (revision 14598) @@ -673,3 +673,39 @@ + padding-bottom: 4px; } \ No newline at end of file + +# ===== v 5.2.0-B1 ===== +Index: style_template.css +=================================================================== +--- style_template.css (revision 14590) ++++ style_template.css (working copy) +@@ -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;