Skip to content
Snippets Groups Projects
Commit f4207571 authored by Nicolas Vanhoren's avatar Nicolas Vanhoren
Browse files

[imp] improved design of filters select

bzr revid: nicolas.vanhoren@openerp.com-20120106160444-w6eikadzuxx3lqa3
parent 7bc2a281
No related branches found
No related tags found
No related merge requests found
......@@ -2228,6 +2228,17 @@ ul.oe-arrow-list li.oe-arrow-list-selected .oe-arrow-list-after {
text-shadow: 0 1px 1px white !important;
}
.openerp select.oe_search-view-filters-management {
font-style: oblique;
color: #999999;
}
.openerp .oe_search-view-filters-management option,
.openerp .oe_search-view-filters-management optgroup {
font-style: normal;
color: black;
}
/* Internet Explorer Fix */
a img {
......
......@@ -1177,7 +1177,7 @@
</form>
</t>
<t t-name="SearchView.managed-filters">
<option/>
<option class="oe-filters-title">Filters</option>
<optgroup label="-- Filters --">
<t t-foreach="filters" t-as="filter">
<option t-attf-value="get:#{filter_index}"><t t-esc="filter.name"/></option>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment