aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authormarijus <mario@localhost.localdomain>2013-10-23 14:14:34 +0200
committermarijus <mario@localhost.localdomain>2013-10-23 14:14:34 +0200
commit3f629c817d1d56ed05f6d6fec20ac9da3314f607 (patch)
treecb026582fefa9211d63c0fdd896c2be3fde2fee2 /view/theme
parentacca7893e86cda38a3969c3009505d086da7bb92 (diff)
downloadvolse-hubzilla-3f629c817d1d56ed05f6d6fec20ac9da3314f607.tar.gz
volse-hubzilla-3f629c817d1d56ed05f6d6fec20ac9da3314f607.tar.bz2
volse-hubzilla-3f629c817d1d56ed05f6d6fec20ac9da3314f607.zip
might be some style enhancement
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css17
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;