[IMP] Improved dirty save button styling
[odoo/odoo.git] / addons / web / static / src / css / base.css
index 143bb52..2a27e61 100644 (file)
@@ -1188,15 +1188,15 @@ label.error {
     display: none;
 }
 .openerp .oe_form_dirty > .oe_form_header > .oe_form_buttons > .oe_form_button_save {
-    background: white;
-    font-weight: bold;
-}
-.openerp .oe_form_dirty > .oe_form_header > .oe_form_buttons > .oe_form_button_save > .oe_form_button_save_dirty {
-    display: inline;
+    color: white;
+    background: #dc5f59;
+    background: -moz-linear-gradient(#dc5f59, #b33630);
+    background: -webkit-gradient(linear, left top, left bottom, from(#dc5f59), to(#b33630));
+    background: -webkit-linear-gradient(#dc5f59, #b33630);
+    -moz-box-shadow: none;
+    -webkit-box-shadow: none;
+    -box-shadow: none;
     font-weight: bold;
-    font-size: 80%;
-    position: relative;
-    bottom: 0.4em;
 }
 .openerp .oe_form_frame_cell input[type="checkbox"] {
     margin-top: 3px;