diff options
author | friendica <info@friendica.com> | 2013-10-23 12:56:46 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-23 12:56:46 -0700 |
commit | de9eadf74a4e46fdf44158822db465708136bea4 (patch) | |
tree | cb026582fefa9211d63c0fdd896c2be3fde2fee2 | |
parent | acca7893e86cda38a3969c3009505d086da7bb92 (diff) | |
parent | 3f629c817d1d56ed05f6d6fec20ac9da3314f607 (diff) | |
download | volse-hubzilla-de9eadf74a4e46fdf44158822db465708136bea4.tar.gz volse-hubzilla-de9eadf74a4e46fdf44158822db465708136bea4.tar.bz2 volse-hubzilla-de9eadf74a4e46fdf44158822db465708136bea4.zip |
Merge pull request #184 from git-marijus/master
might be some style enhancement
-rw-r--r-- | view/theme/redbasic/css/style.css | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 9bdd4e1e5..edb1434dd 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -929,7 +929,7 @@ footer { } .wall-item-ago { - color: #888888; + color: #777; font-size: 0.8em; } @@ -950,6 +950,11 @@ footer { margin-right: 8px; font-size: 1.2em; cursor: pointer; + color: #777; +} + +.item-tool:hover { + color: #000; } .like-rotator { @@ -3432,9 +3437,17 @@ margin-right: 50px; margin-left: -20px; } -.comment-icon, .jot-icons { +.comment-icon, +.jot-icons { font-size: 1.2em; + color: #777; } + +.comment-icon:hover, +.jot-icons:hover { + color: #000; +} + .nav-icon { font-size: 1.4em; margin-right: 15px; |