diff options
author | marijus <mario@mariovavti.com> | 2014-03-02 22:50:53 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-03-02 22:50:53 +0100 |
commit | 57cc77f6d595a003aa0702995439716cf12005b8 (patch) | |
tree | d7ea2b7bcdd4980de719a8a74186ed92e000079c /view/theme/redbasic/schema | |
parent | 2313736e92f8e89d46cdb002c9d6b2b82f1d6511 (diff) | |
download | volse-hubzilla-57cc77f6d595a003aa0702995439716cf12005b8.tar.gz volse-hubzilla-57cc77f6d595a003aa0702995439716cf12005b8.tar.bz2 volse-hubzilla-57cc77f6d595a003aa0702995439716cf12005b8.zip |
make navbar themable again
Diffstat (limited to 'view/theme/redbasic/schema')
-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"; |