diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2018-09-03 20:55:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-03 20:55:25 +0200 |
| commit | 171dd81ed777411d216c9bb38c4bb4d6b2aa1e91 (patch) | |
| tree | f9034f3b993a07c27d4bfaa3dc104393308de079 /ihatemoney/static/css/main.css | |
| parent | 5fcf667914e8cb19a883317c346165610c5d1754 (diff) | |
| download | ihatemoney-mirror-171dd81ed777411d216c9bb38c4bb4d6b2aa1e91.zip ihatemoney-mirror-171dd81ed777411d216c9bb38c4bb4d6b2aa1e91.tar.gz ihatemoney-mirror-171dd81ed777411d216c9bb38c4bb4d6b2aa1e91.tar.bz2 | |
Underline actions links on hover. (#377)
Fix #260
Diffstat (limited to 'ihatemoney/static/css/main.css')
| -rw-r--r-- | ihatemoney/static/css/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css index 94ca4bd..6c8b57f 100644 --- a/ihatemoney/static/css/main.css +++ b/ihatemoney/static/css/main.css @@ -224,6 +224,10 @@ tr.payer_line .balance-name{ padding: 0 0 0 20px; } +.action button:hover { + text-decoration: underline; +} + .delete button, .delete button:hover { background: url('../images/deleter.png') left no-repeat; color: red; |
