aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-03-03 19:14:35 +0100
committermarijus <mario@mariovavti.com>2014-03-03 19:14:35 +0100
commitad10eb28757c6ac63410b32fcd7ab36a05987bb5 (patch)
tree28a938b6d22ed23a217b70a43036f4b3283a4d77 /view
parentc028d9b1d0b118d49f2ec6b2f455a2f8cf0a36da (diff)
downloadvolse-hubzilla-ad10eb28757c6ac63410b32fcd7ab36a05987bb5.tar.gz
volse-hubzilla-ad10eb28757c6ac63410b32fcd7ab36a05987bb5.tar.bz2
volse-hubzilla-ad10eb28757c6ac63410b32fcd7ab36a05987bb5.zip
little css fixes
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css12
-rw-r--r--view/theme/redbasic/schema/BS-Default.php2
2 files changed, 11 insertions, 3 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 7641949e3..54ea393dc 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -837,7 +837,7 @@ footer {
#nav-search-spinner {
float: left;
margin: 25px 0px 0px 25px;
- color: #fff;
+ color: $nav_active_icon_colour;
}
#nav-search-text:hover,
@@ -1490,7 +1490,7 @@ div.jGrowl div.info {
#nav-search-text-ac .autocomplete {
position: fixed;
top: 51px;
- border: 1px solid #222;
+ border: 1px solid $nav_bd;
border-top: none;
}
@@ -2262,5 +2262,11 @@ blockquote {
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: $nav_active_icon_colour;
- background-color: $nav_bg;
+}
+
+.navbar-inverse .navbar-nav > .open > a,
+.navbar-inverse .navbar-nav > .open > a:hover,
+.navbar-inverse .navbar-nav > .open > a:focus {
+ background-color: $nav_bd;
+ color: $nav_active_icon_colour;
}
diff --git a/view/theme/redbasic/schema/BS-Default.php b/view/theme/redbasic/schema/BS-Default.php
index 401045c7b..f93e879e3 100644
--- a/view/theme/redbasic/schema/BS-Default.php
+++ b/view/theme/redbasic/schema/BS-Default.php
@@ -16,3 +16,5 @@
$nav_icon_colour = "#777";
if (! $nav_active_icon_colour)
$nav_active_icon_colour = "#555";
+ if (! $radius)
+ $radius = "4";