aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-02-04 17:32:29 -0800
committerfriendica <info@friendica.com>2015-02-04 17:32:29 -0800
commit561bab4ece9fa5844a0cb00f3cbd75e0855b2796 (patch)
tree9e614fce416c8b54d6a1a03cc70b1c05bdc48ec6 /view/theme/redbasic/css
parent48a145a8ed341c1f28f941be2eaab053c172e3f1 (diff)
downloadvolse-hubzilla-561bab4ece9fa5844a0cb00f3cbd75e0855b2796.tar.gz
volse-hubzilla-561bab4ece9fa5844a0cb00f3cbd75e0855b2796.tar.bz2
volse-hubzilla-561bab4ece9fa5844a0cb00f3cbd75e0855b2796.zip
remote rating and addition of rate-me to channel profile sidebar
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 32ded75ba..1aa7cc729 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -771,7 +771,7 @@ footer {
clear: both;
}
-div.rateme {
+a.rateme, div.rateme {
display: block;
color: $nav_active_icon_colour;
background-color: $nav_bg;
@@ -1455,14 +1455,14 @@ div.jGrowl div.jGrowl-notification {
width: 90%;
}
-a.rconnect, div.rateme {
+a.rconnect, a.rateme, div.rateme {
color: $nav_active_icon_colour;
text-decoration: none;
font-weight: normal;
outline: none;
}
-a.rconnect:hover, div.rateme:hover {
+a.rconnect:hover, a.rateme:hover, div.rateme:hover {
color: #0080FF;
text-decoration: none;
}