[IMP] Improved notebook styling

Inverted active state color of tabs

bzr revid: fme@openerp.com-20121211154550-q25v2rfiu8rxdeck
This commit is contained in:
Fabien Meghazi 2012-12-11 16:45:50 +01:00
parent 09030aa8d4
commit 22128a2172
2 changed files with 5 additions and 0 deletions

View File

@ -608,6 +608,9 @@
}
.openerp .oe_notebook > li > a {
display: block;
color: gray;
}
.openerp .oe_notebook > li.ui-tabs-active > a {
color: #4c4c4c;
}
.openerp .oe_notebook {

View File

@ -530,6 +530,8 @@ $sheet-padding: 16px
float: left
.oe_notebook > li > a
display: block
color: #808080
.oe_notebook > li.ui-tabs-active > a
color: #4c4c4c
.oe_notebook
border-color: #ddd