diff options
author | friendica <info@friendica.com> | 2014-03-03 09:25:37 +1100 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-03 09:25:37 +1100 |
commit | eb2b2f504c7cd36dd5ab473153202315e6a717fe (patch) | |
tree | d7ea2b7bcdd4980de719a8a74186ed92e000079c /view/theme/redbasic/schema/BS-Default.php | |
parent | bf401a5afaca8f96606b22e219bd595646ac9dab (diff) | |
parent | 57cc77f6d595a003aa0702995439716cf12005b8 (diff) | |
download | volse-hubzilla-eb2b2f504c7cd36dd5ab473153202315e6a717fe.tar.gz volse-hubzilla-eb2b2f504c7cd36dd5ab473153202315e6a717fe.tar.bz2 volse-hubzilla-eb2b2f504c7cd36dd5ab473153202315e6a717fe.zip |
Merge pull request #350 from git-marijus/master
make navbar themable again
Diffstat (limited to 'view/theme/redbasic/schema/BS-Default.php')
-rw-r--r-- | view/theme/redbasic/schema/BS-Default.php | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/view/theme/redbasic/schema/BS-Default.php b/view/theme/redbasic/schema/BS-Default.php new file mode 100644 index 000000000..401045c7b --- /dev/null +++ b/view/theme/redbasic/schema/BS-Default.php @@ -0,0 +1,18 @@ +<?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"; + if (! $nav_icon_colour) + $nav_icon_colour = "#777"; + if (! $nav_active_icon_colour) + $nav_active_icon_colour = "#555"; |