diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-04-25 11:31:10 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-04-25 11:36:22 +0200 |
commit | ebf540ffbc105ac5347b452f9922428e39685796 (patch) | |
tree | 33d9771b735352942ea6f030596dadf3db9745c8 /view/theme/redbasic/schema/BS-Default.php | |
parent | 4f1031f92b3492697bbc15185063199737e52fd8 (diff) | |
download | volse-hubzilla-ebf540ffbc105ac5347b452f9922428e39685796.tar.gz volse-hubzilla-ebf540ffbc105ac5347b452f9922428e39685796.tar.bz2 volse-hubzilla-ebf540ffbc105ac5347b452f9922428e39685796.zip |
rename boxy schema to focus-boxy and bs-default to focus-light
Diffstat (limited to 'view/theme/redbasic/schema/BS-Default.php')
-rw-r--r-- | view/theme/redbasic/schema/BS-Default.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/view/theme/redbasic/schema/BS-Default.php b/view/theme/redbasic/schema/BS-Default.php deleted file mode 100644 index 14ee130d9..000000000 --- a/view/theme/redbasic/schema/BS-Default.php +++ /dev/null @@ -1,12 +0,0 @@ -<?php - - if (! $nav_bg) - $nav_bg = "#f8f9fa"; - if (! $nav_icon_colour) - $nav_icon_colour = "rgba(0, 0, 0, 0.5);"; - if (! $nav_active_icon_colour) - $nav_active_icon_colour = "rgba(0, 0, 0, 0.7)"; - if (! $radius) - $radius = "4px"; - if (! $banner_colour) - $banner_colour = "rgba(0, 0, 0, 0.7)"; |