diff options
author | friendica <info@friendica.com> | 2014-06-16 17:35:28 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-06-16 17:35:28 -0700 |
commit | 27eae40707c77dc73b70b8fb9127c5ed626f1d1a (patch) | |
tree | 890fad1a4c67173c393b1c14a3d4633338896b3d /view/theme/redbasic/schema | |
parent | 092c258b513b98df2b99042a6e64019b18da72ae (diff) | |
parent | 6e7bba046da6f8922c1b89301a0cade71cf7884c (diff) | |
download | volse-hubzilla-27eae40707c77dc73b70b8fb9127c5ed626f1d1a.tar.gz volse-hubzilla-27eae40707c77dc73b70b8fb9127c5ed626f1d1a.tar.bz2 volse-hubzilla-27eae40707c77dc73b70b8fb9127c5ed626f1d1a.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/theme/redbasic/schema')
-rw-r--r-- | view/theme/redbasic/schema/dark.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php index 4d53def95..69fcf403f 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -164,3 +164,9 @@ $cal_bgcolour = "#333"; if(! $fancybox_bgcolour) $fancybox_bgcolour = "#1E1E1E"; + if (!$admintable_hoverbgcol) + $admintable_hoverbgcol="#222"; + if (!$dirpopup_txtcol) + $dirpopup_txtcol="#111"; + if (!$dirpopup_linkcol) + $dirpopup_linkcol="#000"; |