[IMP] remove shadow from kanban title.

bzr revid: bth@tinyerp.com-20121025102658-w2ikl6aqtgfllsdr
This commit is contained in:
Bhumi Thakkar (Open ERP) 2012-10-25 15:56:58 +05:30
parent 2354633823
commit 3749817975
2 changed files with 6 additions and 1 deletions

View File

@ -617,4 +617,8 @@
.oe_kanban_groups a[data-type=object], .oe_kanban_groups a[data-type=delete] {
visibility: hidden;
}
.openerp .oe_kanban_view .oe_kanban_group_title {
text-shadow: none !important;
}
}

View File

@ -509,6 +509,7 @@
a
&[data-type=object], &[data-type=delete]
visibility: hidden
.openerp .oe_kanban_view .oe_kanban_group_title
text-shadow: none !important
// au BufWritePost,FileWritePost *.sass :!sass --style expanded --line-numbers <afile> > "%:p:r.css"
// vim:tabstop=4:shiftwidth=4:softtabstop=4:fdm=marker: