diff options
author | git-marijus <mario@mariovavti.com> | 2017-07-18 15:45:45 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2017-07-18 15:45:45 +0200 |
commit | 229f95d55584008740ce50859ca54fd94c6db11f (patch) | |
tree | aaad9928f58794a84d11c0a423e074bb58cd6c8b /view/theme/redbasic/schema/BS-Default.php | |
parent | ac6ebeee473e2e4b0536b0884a9251e32ea5bcff (diff) | |
download | volse-hubzilla-229f95d55584008740ce50859ca54fd94c6db11f.tar.gz volse-hubzilla-229f95d55584008740ce50859ca54fd94c6db11f.tar.bz2 volse-hubzilla-229f95d55584008740ce50859ca54fd94c6db11f.zip |
some fixes for the bs-default schema
Diffstat (limited to 'view/theme/redbasic/schema/BS-Default.php')
-rw-r--r-- | view/theme/redbasic/schema/BS-Default.php | 20 |
1 files changed, 5 insertions, 15 deletions
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)"; |