[IMP] add a small highlighting when hovering over a line in pivot table (addon web_graph)

bzr revid: ged@openerp.com-20131128103317-k60u8e22z9yus38h
This commit is contained in:
Gery Debongnie 2013-11-28 11:33:17 +01:00
parent e0920173a3
commit 0af9f5f053
1 changed files with 6 additions and 5 deletions

View File

@ -19,10 +19,6 @@ span.web_graph_indent {
padding-left: 30px;
}
/*span.web_graph_indent:first-child {
padding-left: 25px;
}
*/
.web_graph_click:hover {
cursor: pointer;
}
@ -33,4 +29,9 @@ tr.graph_top td {
tr.graph_top li {
text-align: left;
}
}
.graph_main_content tr:hover {
background-color: rgb(245,245,245);
}