aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-04-14 21:47:00 +0200
committermarijus <mario@mariovavti.com>2014-04-14 21:47:00 +0200
commit02c08d0cdab6adee9e0514f8b5806abfba096bad (patch)
tree3a60d40003401133f86f07102cdcaed745444cab /view/theme/redbasic
parentd371ad3da71ac98a5ee8d4eb7118f1cef8afdaef (diff)
downloadvolse-hubzilla-02c08d0cdab6adee9e0514f8b5806abfba096bad.tar.gz
volse-hubzilla-02c08d0cdab6adee9e0514f8b5806abfba096bad.tar.bz2
volse-hubzilla-02c08d0cdab6adee9e0514f8b5806abfba096bad.zip
fixes rconnect button for bs-default scheme
Diffstat (limited to 'view/theme/redbasic')
-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 996118ad1..321baecf0 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -697,18 +697,18 @@ footer {
.rconnect {
display: block;
- color: #FFFFFF;
+ color: $nav_active_icon_colour;
margin-top: 15px;
background-color: $nav_bg;
-webkit-border-radius: $radiuspx ;
-moz-border-radius: $radiuspx;
border-radius: $radiuspx;
+ border: 1px solid $nav_bd;
padding: 5px;
font-weight: bold;
clear: both;
}
-
#pause {
position: fixed;
bottom: 5px;
@@ -1501,7 +1501,7 @@ div.jGrowl div.jGrowl-notification {
}
a.rconnect {
- color: #ffffff;
+ color: $nav_active_icon_colour;
text-decoration: none;
outline: none;
}