aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-05 16:21:38 -0800
committerfriendica <info@friendica.com>2013-11-05 16:21:38 -0800
commitf4cb145f3c248aab9188900baebaa5659fa4e343 (patch)
tree57f794db998dea570b76e585be41b70975941422 /view/theme/redbasic/css
parentb15c9de1e50437065fbdd1ac7e487687a4feda8d (diff)
downloadvolse-hubzilla-f4cb145f3c248aab9188900baebaa5659fa4e343.tar.gz
volse-hubzilla-f4cb145f3c248aab9188900baebaa5659fa4e343.tar.bz2
volse-hubzilla-f4cb145f3c248aab9188900baebaa5659fa4e343.zip
redbasic - allow changing icon colours
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css17
1 files changed, 11 insertions, 6 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index a19630292..32d33ad70 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -930,7 +930,8 @@ footer {
font-size: 1.4em;
left: 105px;
position: absolute;
- top: 1px;
+ top: 1px;
+ color: $toolicon_colour;
}
.comment .wall-item-lock {
left: 65px;
@@ -958,17 +959,21 @@ footer {
margin-right: 8px;
font-size: 1.2em;
cursor: pointer;
- color: #777;
+ color: $toolicon_colour;
}
.item-tool:hover {
- color: #000;
+ color: $toolicon_activecolour;
+}
+
+.drop-icons.item-tool {
+ color: $toolicon_colour;
}
.like-rotator {
float: left;
margin: 8px;
- color: #777;
+ color: $toolicon_colour;
}
.wall-item-delete-wrapper {
@@ -3390,12 +3395,12 @@ margin-right: 50px;
.comment-icon,
.jot-icons {
font-size: 1.2em;
- color: #777;
+ color: $toolicon_colour;
}
.comment-icon:hover,
.jot-icons:hover {
- color: #000;
+ color: $toolicon_activecolour;
}
.nav-icon {