diff options
author | friendica <info@friendica.com> | 2014-09-07 17:19:32 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-07 17:19:32 -0700 |
commit | 3c024ee446fe2a51b1e2739411701ea1ac4f655a (patch) | |
tree | f4b767aa124cc3816abc08584c646c60c45950d0 /view/theme/redbasic/schema/dark.php | |
parent | 4faeebddb22095509149ecd37b548e8ac9151d59 (diff) | |
parent | 11b5ec7ec8bc6492f63ffe2be92ecb5e97fed800 (diff) | |
download | volse-hubzilla-3c024ee446fe2a51b1e2739411701ea1ac4f655a.tar.gz volse-hubzilla-3c024ee446fe2a51b1e2739411701ea1ac4f655a.tar.bz2 volse-hubzilla-3c024ee446fe2a51b1e2739411701ea1ac4f655a.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/theme/redbasic/schema/dark.php')
-rw-r--r-- | view/theme/redbasic/schema/dark.php | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php index 69fcf403f..a4b43b31e 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -154,15 +154,15 @@ $abookself_bgcolour = "#251111"; if(! $infomess_bgcolour) $infomess_bgcolour = "#333"; - if(! $advperm_bgcolour) + if(! $advperm_bgcolour) $advperm_bgcolour = "#1E1E1E"; - if(! $advperm_bordercol) + if(! $advperm_bordercol) $advperm_bordercol = "#222"; - if(! $advperm_gradientcol) + if(! $advperm_gradientcol) $advperm_gradientcol = "#111"; - if(! $cal_bgcolour) + if(! $cal_bgcolour) $cal_bgcolour = "#333"; - if(! $fancybox_bgcolour) + if(! $fancybox_bgcolour) $fancybox_bgcolour = "#1E1E1E"; if (!$admintable_hoverbgcol) $admintable_hoverbgcol="#222"; @@ -170,3 +170,5 @@ $dirpopup_txtcol="#111"; if (!$dirpopup_linkcol) $dirpopup_linkcol="#000"; + if (!$abook_changebg) + $abook_changebg="#402900"; |