Underline actions links on hover. (#377)

Fix #260
This commit is contained in:
Alexis Metaireau 2018-09-03 20:55:25 +02:00 committed by GitHub
parent 5fcf667914
commit 171dd81ed7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;