aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-26 13:24:36 -0800
committerfriendica <info@friendica.com>2013-11-26 13:24:36 -0800
commited71567e5ce3cc5c9dd30acc0c2bc527960fa3da (patch)
treefa7d547a73835096460547eb268b198b613c1c3c /view/theme/redbasic/css
parentc8334fae82ba2428f5d2a4bd953deeadf97c58bc (diff)
downloadvolse-hubzilla-ed71567e5ce3cc5c9dd30acc0c2bc527960fa3da.tar.gz
volse-hubzilla-ed71567e5ce3cc5c9dd30acc0c2bc527960fa3da.tar.bz2
volse-hubzilla-ed71567e5ce3cc5c9dd30acc0c2bc527960fa3da.zip
create jquery-compat to hold deprecated jquery functions, load it before all the dependent js scripts
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 ce3bfaee9..4b7925ba9 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1978,7 +1978,7 @@ a.mail-list-link {
display: block;
color: #FFFFFF;
margin-top: 15px;
- background-color: #F80000;
+ background-color: $nav_bg_2;
-webkit-border-radius: $radiuspx ;
-moz-border-radius: $radiuspx;
border-radius: $radiuspx;
@@ -3002,7 +3002,7 @@ div.jGrowl div.info {
width: 90%;
}
-
+a.rconnect,
nav a,
nav a:active,
nav a:visited,
@@ -3012,7 +3012,7 @@ nav a:link {
outline: none;
}
-nav a:hover {
+a.rconnect:hover, nav a:hover {
color: #0080FF;
}
nav .fakelink {