[ADD] Added css for inline kanban button

bzr revid: fme@openerp.com-20111124152650-xh5n4rikmu35n4m4
This commit is contained in:
Fabien Meghazi 2011-11-24 16:26:50 +01:00
parent 32d3c44e3e
commit da33f216b9
1 changed files with 16 additions and 0 deletions

View File

@ -117,6 +117,22 @@
.openerp .oe_kanban_box_content {
padding: 4px;
}
.openerp .oe_kanban_button {
border: 1px solid #8ec1da;
background-color: #ddeef6;
border-radius: 2px;
color: #3985a8;
text-shadow: 0 1px #fff;
padding: 0 4px 0 0 ;
font-size: 85%;
font-weight: bold;
}
.openerp .oe_kanban_button:hover {
border: 1px solid #c18eda;
background-color: #eeddf6;
color: #8539a8;
}
.openerp .oe_kanban_buttons_set {
border-top: 1px dotted;
white-space: nowrap;