Underline actions links on hover.

Fix #260
This commit is contained in:
Alexis Métaireau 2018-08-05 22:56:51 +02:00
parent 67de8c3b35
commit c0ad979084

View file

@ -224,6 +224,10 @@ tr.payer_line .balance-name{
padding: 0 0 0 20px; padding: 0 0 0 20px;
} }
.action button:hover {
text-decoration: underline;
}
.delete button, .delete button:hover { .delete button, .delete button:hover {
background: url('../images/deleter.png') left no-repeat; background: url('../images/deleter.png') left no-repeat;
color: red; color: red;