X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=addons%2Fweb%2Fstatic%2Fsrc%2Fcss%2Fbase.css;h=42aee3843480b16e36e0674c9772cb373e6dd122;hb=2f3fb70afe39c5b3018b1064dee14d6ed02bf3e1;hp=c461a54f5b1bfcedd990c3d854b5e827de562d65;hpb=52a7476bb17d044f52a815d7202ae9027ec3cd94;p=odoo%2Fodoo.git diff --git a/addons/web/static/src/css/base.css b/addons/web/static/src/css/base.css index c461a54..42aee38 100644 --- a/addons/web/static/src/css/base.css +++ b/addons/web/static/src/css/base.css @@ -91,11 +91,12 @@ list-style-type: none; } .openerp input, .openerp textarea, .openerp select { - padding: 4px; + padding: 1px 4px; border: 1px solid #cccccc; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; + background: white; } .openerp img { vertical-align: middle; @@ -264,6 +265,9 @@ .openerp .oe_form_dirty .oe_highlight_on_dirty { color: white; background: #dc5f59; + font-weight: bold; +} +.openerp .oe_form_dirty button.oe_highlight_on_dirty { background-color: #dc5f59; background-image: -webkit-gradient(linear, left top, left bottom, from(#dc5f59), to(#b33630)); background-image: -webkit-linear-gradient(top, #dc5f59, #b33630); @@ -274,9 +278,8 @@ -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; - font-weight: bold; } -.openerp .oe_form_dirty .oe_highlight_on_dirty:hover { +.openerp .oe_form_dirty button.oe_highlight_on_dirty:hover { background: #ed6f6a; } .openerp .oe_title {