aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2018-09-03 20:55:25 +0200
committerGitHub <noreply@github.com>2018-09-03 20:55:25 +0200
commit171dd81ed777411d216c9bb38c4bb4d6b2aa1e91 (patch)
treef9034f3b993a07c27d4bfaa3dc104393308de079
parent5fcf667914e8cb19a883317c346165610c5d1754 (diff)
downloadihatemoney-mirror-171dd81ed777411d216c9bb38c4bb4d6b2aa1e91.zip
ihatemoney-mirror-171dd81ed777411d216c9bb38c4bb4d6b2aa1e91.tar.gz
ihatemoney-mirror-171dd81ed777411d216c9bb38c4bb4d6b2aa1e91.tar.bz2
Underline actions links on hover. (#377)
Fix #260
-rw-r--r--ihatemoney/static/css/main.css4
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;