[IMP] Do not highlight action buttons in editable forms

bzr revid: fme@openerp.com-20120607083444-96i7eklva2hj1nee
This commit is contained in:
Fabien Meghazi 2012-06-07 10:34:44 +02:00
parent 208eab8418
commit 261c85c826
2 changed files with 20 additions and 19 deletions

View File

@ -1629,7 +1629,7 @@
font-weight: bold;
color: #b33630;
}
.openerp header.oe_form_topbar_hifirst button:first-child, .openerp button.oe_form_button_hi {
.openerp .oe_form_readonly header.oe_form_topbar_hifirst button:first-child, .openerp .oe_form_readonly button.oe_form_button_hi {
color: white;
background: #dc5f59;
background: -moz-linear-gradient(#dc5f59, #b33630);
@ -1639,7 +1639,7 @@
-webkit-box-shadow: none;
-box-shadow: none;
}
.openerp header.oe_form_topbar_hifirst button:first-child:hover, .openerp button.oe_form_button_hi:hover {
.openerp .oe_form_readonly header.oe_form_topbar_hifirst button:first-child:hover, .openerp .oe_form_readonly button.oe_form_button_hi:hover {
background: #df6b66;
background: -moz-linear-gradient(#df6b66, #bf3a33);
background: -webkit-gradient(linear, left top, left bottom, from(#df6b66), to(#bf3a33));

View File

@ -1286,6 +1286,7 @@ $colour4: #8a89ba
.oe_form_steps_active
font-weight: bold
color: #b33630
.oe_form_readonly
header.oe_form_topbar_hifirst button:first-child, button.oe_form_button_hi
color: white
background: #DC5F59