[FIX] website_sale: editor grid

bzr revid: chm@openerp.com-20131001123216-bdvzgbpw30d188ps
This commit is contained in:
Christophe Matthieu 2013-10-01 14:32:16 +02:00
parent aea15f9f6f
commit 10c61ec2e9
2 changed files with 9 additions and 4 deletions

View File

@ -257,12 +257,15 @@
border: 1px #dddddd solid;
cursor: pointer;
}
#products_grid .css_options .dropdown [name="size"] td.selected, #products_grid .css_options .dropdown [name="size"] td.select {
#products_grid .css_options .dropdown [name="size"] td.selected {
background-color: #b1d4f1;
}
#products_grid .css_options .dropdown [name="size"] table.oe_hover td.selected:not(.select) {
#products_grid .css_options .dropdown [name="size"] table.oe_hover td.selected {
background-color: transparent;
}
#products_grid .css_options .dropdown [name="size"] table.oe_hover td.select {
background-color: #b1d4f1;
}
.cke_editable #products_grid .oe_product_cart:hover > .css_options {
display: block;

View File

@ -220,10 +220,12 @@
height: 20px
border: 1px #dddddd solid
cursor: pointer
&.selected, &.select
&.selected
background-color: #B1D4F1
table.oe_hover td.selected:not(.select)
table.oe_hover td.selected
background-color: transparent
table.oe_hover td.select
background-color: #B1D4F1
.cke_editable
#products_grid .oe_product_cart:hover > .css_options