[MERGE] forward port of branch 8.0 up to 92c7874
[odoo/odoo.git] / addons / website_sale / static / src / css / website_sale.css
index fa5dbd9..f8b637e 100644 (file)
@@ -347,21 +347,10 @@ label.css_attribute_color.css_not_available {
 }
 
 /* ---- Publish managment and options ---- */
-#products_grid .css_options {
-  display: none;
-  position: absolute;
-  top: -6px;
-  left: 50%;
-  z-index: 10;
-}
-#products_grid .css_options .dropdown {
-  position: relative;
-  left: -50%;
-}
-#products_grid .css_options .dropdown [name="size"] table {
+.oe_overlay_options .dropdown ul[name="size"] table {
   margin-left: 20px;
 }
-#products_grid .css_options .dropdown [name="size"] td {
+.oe_overlay_options .dropdown ul[name="size"] td {
   margin: 0;
   padding: 0;
   width: 20px;
@@ -369,20 +358,16 @@ label.css_attribute_color.css_not_available {
   border: 1px #dddddd solid;
   cursor: pointer;
 }
-#products_grid .css_options .dropdown [name="size"] td.selected {
+.oe_overlay_options .dropdown ul[name="size"] td.selected {
   background-color: #b1d4f1;
 }
-#products_grid .css_options .dropdown [name="size"] table.oe_hover td.selected {
+.oe_overlay_options .dropdown ul[name="size"] table.oe_hover td.selected {
   background-color: transparent;
 }
-#products_grid .css_options .dropdown [name="size"] table.oe_hover td.select {
+.oe_overlay_options .dropdown ul[name="size"] table.oe_hover td.select {
   background-color: #b1d4f1;
 }
 
-.cke_editable #products_grid .oe_product_cart:hover > .css_options {
-  display: block;
-}
-
 /* Wizard */
 ul.wizard {
   padding: 0;