CSS: Color icon-cancel red when hovered

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-30 11:32:16 +02:00
parent ea36da60d5
commit a065fe7fce
1 changed files with 4 additions and 0 deletions

View File

@ -98,6 +98,10 @@ table.listing-table {
}
}
a:hover .icon-cancel {
color: @color-critical;
}
a.button {
.button();
display: inline-block;