diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-10-10 01:39:14 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-10-10 01:39:14 -0700 |
commit | e23ec64c90382ec156ab061d478fa592789ab1ab (patch) | |
tree | 7a0a0bdee70d785962ccd9f0108fc371cf883e1e /view/theme/default | |
parent | dcaadada35c86ebc395ebee9fa726e315e89198f (diff) | |
download | volse-hubzilla-e23ec64c90382ec156ab061d478fa592789ab1ab.tar.gz volse-hubzilla-e23ec64c90382ec156ab061d478fa592789ab1ab.tar.bz2 volse-hubzilla-e23ec64c90382ec156ab061d478fa592789ab1ab.zip |
put the correct cursor on the jot links, still having some
issues with the photo upload link, since it's overlayed with an ilayer
Diffstat (limited to 'view/theme/default')
-rw-r--r-- | view/theme/default/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index 57d6ec5e9..a28231426 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -78,6 +78,17 @@ blockquote:before { border: 1px solid #F5F6FB; } +#jot-perms-icon, +#profile-location, +#profile-video, +#profile-link, +#wall-image-upload, +#profile-upload-wrapper, +#wall-image-upload-div, +.focus { + cursor: pointer; +} + .fakelink, .fakelink:visited { color: #15607B; text-decoration: none; |