diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-06-11 14:32:57 +0000 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-06-11 14:32:57 +0000 |
commit | 3e20a0d784151892397860fcc6f88d8be3e71bf2 (patch) | |
tree | a0ad5e613919465c29e993a9ef49cbddff5c61c3 /view/theme/redbasic/schema | |
parent | 4a4281448f3485f03aa5b8b1bac1175e217a58c2 (diff) | |
download | volse-hubzilla-3e20a0d784151892397860fcc6f88d8be3e71bf2.tar.gz volse-hubzilla-3e20a0d784151892397860fcc6f88d8be3e71bf2.tar.bz2 volse-hubzilla-3e20a0d784151892397860fcc6f88d8be3e71bf2.zip |
update nl / dark schema: fixed prev/next buttons connections page and directory / same css layout for those buttons
Diffstat (limited to 'view/theme/redbasic/schema')
-rw-r--r-- | view/theme/redbasic/schema/dark.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php index 4bf22db78..4d53def95 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -154,3 +154,13 @@ $abookself_bgcolour = "#251111"; if(! $infomess_bgcolour) $infomess_bgcolour = "#333"; + if(! $advperm_bgcolour) + $advperm_bgcolour = "#1E1E1E"; + if(! $advperm_bordercol) + $advperm_bordercol = "#222"; + if(! $advperm_gradientcol) + $advperm_gradientcol = "#111"; + if(! $cal_bgcolour) + $cal_bgcolour = "#333"; + if(! $fancybox_bgcolour) + $fancybox_bgcolour = "#1E1E1E"; |