[IMP]improve the css for dropdown selection

bzr revid: mba@tinyerp.com-20140320090147-3znrq8fl5e64722d
This commit is contained in:
Barad Mahendra 2014-03-20 14:31:47 +05:30
parent 002f663d29
commit 007f39fd5b
2 changed files with 5 additions and 0 deletions

View File

@ -3454,6 +3454,9 @@ body.oe_single_form .oe_single_form_container {
text-decoration: none;
color: #333333;
}
.openerp .btn-group.state .dropdown-toggle {
-webkit-box-shadow: None;
}
.openerp .status {
display: inline-block;
position: relative;

View File

@ -2790,6 +2790,8 @@ body.oe_single_form
.btn-group.state a:hover
text-decoration: none
color: #333333
.btn-group.state .dropdown-toggle
-webkit-box-shadow: None
.status
display: inline-block
position: relative