[IMP] crm salesteams: underline on link in kanban

bzr revid: chm@openerp.com-20130305084158-8v87q3pa2tt35qhk
This commit is contained in:
Christophe Matthieu 2013-03-05 09:41:58 +01:00
parent 7515824c60
commit 34a7336f74
1 changed files with 3 additions and 0 deletions

View File

@ -35,4 +35,7 @@
.oe_kanban_crm_salesteams_list a {
white-space: nowrap;
}
.oe_kanban_crm_salesteams_list a:hover {
text-decoration: underline !important;
}