diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-03-19 15:33:15 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-03-19 15:33:15 +0100 |
commit | db355db9a6fe2bb369ca464391a010d992b72447 (patch) | |
tree | 0a5f5599a1589ecaa29326776c269adf5ed503a3 /view/theme/redbasic/schema | |
parent | ad9f5079cdef2dad629ef99751b03404f4acf0b2 (diff) | |
download | volse-hubzilla-db355db9a6fe2bb369ca464391a010d992b72447.tar.gz volse-hubzilla-db355db9a6fe2bb369ca464391a010d992b72447.tar.bz2 volse-hubzilla-db355db9a6fe2bb369ca464391a010d992b72447.zip |
remove $abook_changebg from style.css
Diffstat (limited to 'view/theme/redbasic/schema')
8 files changed, 13 insertions, 10 deletions
diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css index 853cd35a3..6817f756f 100644 --- a/view/theme/redbasic/schema/dark.css +++ b/view/theme/redbasic/schema/dark.css @@ -10,4 +10,6 @@ border-bottom: 1px solid #333; } - +.abook-pending-contact, .abook-permschange { + background: #402900; +} diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php index 3f462a311..93aa3ecf8 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -184,5 +184,3 @@ $dirpopup_txtcol="#111"; if (!$dirpopup_linkcol) $dirpopup_linkcol="#000"; - if (!$abook_changebg) - $abook_changebg="#402900"; diff --git a/view/theme/redbasic/schema/simple_black_on_white.css b/view/theme/redbasic/schema/simple_black_on_white.css index 6db85e19d..3242f3543 100644 --- a/view/theme/redbasic/schema/simple_black_on_white.css +++ b/view/theme/redbasic/schema/simple_black_on_white.css @@ -10,4 +10,6 @@ border-bottom: 1px solid #fff; } - +.abook-pending-contact, .abook-permschange { + background: #fff; +} diff --git a/view/theme/redbasic/schema/simple_black_on_white.php b/view/theme/redbasic/schema/simple_black_on_white.php index 7c8a18217..c34bd8d5d 100644 --- a/view/theme/redbasic/schema/simple_black_on_white.php +++ b/view/theme/redbasic/schema/simple_black_on_white.php @@ -184,5 +184,3 @@ $dirpopup_txtcol="#fff"; if (!$dirpopup_linkcol) $dirpopup_linkcol="#fff"; - if (!$abook_changebg) - $abook_changebg="#fff"; diff --git a/view/theme/redbasic/schema/simple_green_on_black.css b/view/theme/redbasic/schema/simple_green_on_black.css index 5360fceb4..439e460aa 100644 --- a/view/theme/redbasic/schema/simple_green_on_black.css +++ b/view/theme/redbasic/schema/simple_green_on_black.css @@ -10,4 +10,8 @@ border-bottom: 1px solid #000; } +.abook-pending-contact, .abook-permschange { + background: #000; +} + diff --git a/view/theme/redbasic/schema/simple_green_on_black.php b/view/theme/redbasic/schema/simple_green_on_black.php index eedd6b2b7..f07a21af9 100644 --- a/view/theme/redbasic/schema/simple_green_on_black.php +++ b/view/theme/redbasic/schema/simple_green_on_black.php @@ -184,5 +184,3 @@ if (! $navaside_bghover) $dirpopup_txtcol="#000"; if (!$dirpopup_linkcol) $dirpopup_linkcol="#000"; - if (!$abook_changebg) - $abook_changebg="#000"; diff --git a/view/theme/redbasic/schema/simple_white_on_black.css b/view/theme/redbasic/schema/simple_white_on_black.css index 5360fceb4..c6820ba8c 100644 --- a/view/theme/redbasic/schema/simple_white_on_black.css +++ b/view/theme/redbasic/schema/simple_white_on_black.css @@ -10,4 +10,7 @@ border-bottom: 1px solid #000; } +.abook-pending-contact, .abook-permschange { + background: #000; +} diff --git a/view/theme/redbasic/schema/simple_white_on_black.php b/view/theme/redbasic/schema/simple_white_on_black.php index beef5e49e..5ac9aa3a1 100644 --- a/view/theme/redbasic/schema/simple_white_on_black.php +++ b/view/theme/redbasic/schema/simple_white_on_black.php @@ -184,5 +184,3 @@ $dirpopup_txtcol="#000"; if (!$dirpopup_linkcol) $dirpopup_linkcol="#000"; - if (!$abook_changebg) - $abook_changebg="#000"; |