diff options
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; |