aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-07-18 15:45:45 +0200
committergit-marijus <mario@mariovavti.com>2017-07-18 15:45:45 +0200
commit229f95d55584008740ce50859ca54fd94c6db11f (patch)
treeaaad9928f58794a84d11c0a423e074bb58cd6c8b /view
parentac6ebeee473e2e4b0536b0884a9251e32ea5bcff (diff)
downloadvolse-hubzilla-229f95d55584008740ce50859ca54fd94c6db11f.tar.gz
volse-hubzilla-229f95d55584008740ce50859ca54fd94c6db11f.tar.bz2
volse-hubzilla-229f95d55584008740ce50859ca54fd94c6db11f.zip
some fixes for the bs-default schema
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/schema/BS-Default.css7
-rw-r--r--view/theme/redbasic/schema/BS-Default.php20
2 files changed, 12 insertions, 15 deletions
diff --git a/view/theme/redbasic/schema/BS-Default.css b/view/theme/redbasic/schema/BS-Default.css
new file mode 100644
index 000000000..9045d3b97
--- /dev/null
+++ b/view/theme/redbasic/schema/BS-Default.css
@@ -0,0 +1,7 @@
+.navbar-dark .navbar-toggler {
+ color: rgba(0,0,0,0.7);
+}
+
+#notifications-btn.text-white {
+ color: #777 !important;
+}
diff --git a/view/theme/redbasic/schema/BS-Default.php b/view/theme/redbasic/schema/BS-Default.php
index ce464fe2c..14ee130d9 100644
--- a/view/theme/redbasic/schema/BS-Default.php
+++ b/view/theme/redbasic/schema/BS-Default.php
@@ -1,22 +1,12 @@
<?php
if (! $nav_bg)
- $nav_bg = "#f8f8f8";
- if (! $nav_bd)
- $nav_bd = "#e7e7e7";
- if (! $nav_gradient_top)
- $nav_gradient_top = "#fff";
- if (! $nav_gradient_bottom)
- $nav_gradient_bottom = "#f8f8f8";
- if (! $nav_active_gradient_top)
- $nav_active_gradient_top = "#ebebeb";
- if (! $nav_active_gradient_bottom)
- $nav_active_gradient_bottom = "#f3f3f3";
+ $nav_bg = "#f8f9fa";
if (! $nav_icon_colour)
- $nav_icon_colour = "#777";
+ $nav_icon_colour = "rgba(0, 0, 0, 0.5);";
if (! $nav_active_icon_colour)
- $nav_active_icon_colour = "#555";
+ $nav_active_icon_colour = "rgba(0, 0, 0, 0.7)";
if (! $radius)
- $radius = "4";
+ $radius = "4px";
if (! $banner_colour)
- $banner_colour = "#777";
+ $banner_colour = "rgba(0, 0, 0, 0.7)";