[IMP]generated css using compiler sass

bzr revid: sbh@tinyerp.com-20120405101254-35rtolfp7gjypaqg
This commit is contained in:
kjo 2012-04-05 15:42:54 +05:30 committed by Sbh (Openerp)
parent 73cb5f68bf
commit bf51fd87da
2 changed files with 42 additions and 0 deletions

View File

@ -220,6 +220,17 @@
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}
.openerp2 .oe_secondary_submenu li .oe_menu_counter {
float: right;
background: #eeeeee;
color: #8a89ba;
font-weight: bold;
border-width: 1px;
padding-top: 2px;
padding-right: 4px;
padding-left: 4px;
border-radius: 2px;
}
.openerp2 .oe_secondary_submenu .oe_active {
background: #8a89ba;
border-top: 1px solid lightGray;
@ -240,6 +251,17 @@
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.openerp2 .oe_secondary_submenu .oe_active .oe_menu_counter {
float: right;
background: #eeeeee;
color: #8a89ba;
font-weight: bold;
border-width: 1px;
padding-top: 2px;
padding-right: 4px;
padding-left: 4px;
border-radius: 2px;
}
.openerp2 .oe_secondary_submenu .oe_menu_toggler:before {
width: 0;
height: 0;

View File

@ -238,6 +238,16 @@ $colour4: #8a89ba
text-shadow: 0 1px 1px rgba(0,0,0,0.2)
@include radius(4px)
@include box-shadow(inset 0 1px 1px rgba(0, 0, 0, 0.2))
.oe_menu_counter
float: right
background: #eeeeee
color: #8a89ba
font-weight: bold
border-width: 1px
padding-top: 2px
padding-right: 4px
padding-left: 4px
border-radius: 2px
.oe_active
background: $colour4
border-top: 1px solid lightGray
@ -251,6 +261,16 @@ $colour4: #8a89ba
color: $colour4
text-shadow: 0 1px 1px white
@include box-shadow(0 1px 1px rgba(0, 0, 0, 0.2))
.oe_menu_counter
float: right
background: #eeeeee
color: #8a89ba
font-weight: bold
border-width: 1px
padding-top: 2px
padding-right: 4px
padding-left: 4px
border-radius: 2px
.oe_menu_toggler:before
width: 0
height: 0