diff options
author | marijus <mario@mariovavti.com> | 2014-12-29 22:45:07 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-12-29 22:45:07 +0100 |
commit | f2bfdf0c76d2cce95f136b5240a6d7aa18bea8dc (patch) | |
tree | 1b662d1528ac8f28021fbc35d2cedf4385c6bee7 /view/theme | |
parent | d801c361d6cd907ca841b58933a289dc4c5ccebe (diff) | |
download | volse-hubzilla-f2bfdf0c76d2cce95f136b5240a6d7aa18bea8dc.tar.gz volse-hubzilla-f2bfdf0c76d2cce95f136b5240a6d7aa18bea8dc.tar.bz2 volse-hubzilla-f2bfdf0c76d2cce95f136b5240a6d7aa18bea8dc.zip |
some work on cloud actionspanel and minor cleanup
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 357718623..b778c43b5 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -689,18 +689,6 @@ footer { overflow: hidden; } -#photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link { - color: #8888FF; - text-decoration: none; - cursor: pointer; -} - -#photos-upload-perms-menu:hover { - color: #0000FF; - text-decoration: underline; - cursor: pointer; -} - #photo-view-wrapper { background-color: $item_colour; } |