css on 'x' mouse over

This commit is contained in:
Ezequiel Bergamaschi
2014-02-02 03:02:01 -03:00
committed by Ezequiel Bergamaschi
parent fdf041e8b1
commit 734463d233
2 changed files with 11 additions and 5 deletions

View File

@@ -155,6 +155,10 @@ input#selectAll {
background-color: #d5d3d4;
}
.closeTag {
cursor: pointer;
}
.tableTag {
padding:0px;
margin-bottom: 0px;
@@ -172,8 +176,9 @@ table.tableTag td {
line-height: 15px;
}
table.tableTag td:hover {
background-color: #ffffff;
.closeTag:hover {
background-color: #ffffff !important;
color: #000000;
}
/* ---------------------------- Scrollbar for list filter --------------------------------- */