diff options
author | zotlabs <mike@macgirvin.com> | 2017-12-02 17:32:19 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-12-02 17:32:19 -0800 |
commit | d5763ba476290fca6083c7b415a4ae4d177919cf (patch) | |
tree | 90ab2e185423eccf806a3cc830fe797c52d5c8a6 /view/theme | |
parent | 8a8689c19139f075145001b46a15dea56ff21c77 (diff) | |
parent | dd2c4c37ff03eef6470ef0364217b2c6208c38c0 (diff) | |
download | volse-hubzilla-d5763ba476290fca6083c7b415a4ae4d177919cf.tar.gz volse-hubzilla-d5763ba476290fca6083c7b415a4ae4d177919cf.tar.bz2 volse-hubzilla-d5763ba476290fca6083c7b415a4ae4d177919cf.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'view/theme')
-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; } |