diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-12-01 21:06:44 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-12-01 21:06:44 +0100 |
commit | 9a04b49585f06b61cbdd31065bee0e3be52ad16a (patch) | |
tree | df4c14e8a0bcf73b26a914378f137a7968adacc6 /view/theme/redbasic | |
parent | dcad9ce26a0de72ba3ad5b86ddb62298598ac380 (diff) | |
download | volse-hubzilla-9a04b49585f06b61cbdd31065bee0e3be52ad16a.tar.gz volse-hubzilla-9a04b49585f06b61cbdd31065bee0e3be52ad16a.tar.bz2 volse-hubzilla-9a04b49585f06b61cbdd31065bee0e3be52ad16a.zip |
add a cursor-pointer class
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 38b01a16f..33536dee4 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -113,7 +113,8 @@ a:focus, color: $link_colour; } -.fakelink { +.fakelink, +.cursor-pointer { cursor: pointer; } |