css on 'x' mouse over
This commit is contained in:
committed by
Ezequiel Bergamaschi
parent
fdf041e8b1
commit
734463d233
@@ -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 --------------------------------- */
|
||||
|
Reference in New Issue
Block a user