From 1a09cd560bfab5c2cd006064c5d96800cea83c69 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 30 Nov 2023 08:02:33 +0000 Subject: require acl_selectors.php - fix issue #1820 --- boot.php | 1 + 1 file changed, 1 insertion(+) diff --git a/boot.php b/boot.php index 470575ab2..57b4a0cec 100644 --- a/boot.php +++ b/boot.php @@ -58,6 +58,7 @@ require_once('include/hubloc.php'); require_once('include/attach.php'); require_once('include/bbcode.php'); require_once('include/items.php'); +require_once('include/acl_selectors.php'); define('PLATFORM_NAME', 'hubzilla'); define('STD_VERSION', '8.9'); -- cgit v1.2.3 From 2e6e1fdd550bf1bd3476d94839f2cceda0cc53cc Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 4 Dec 2023 09:28:16 +0000 Subject: css fixes --- view/theme/redbasic/css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 3bf5d5f20..451303338 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1487,6 +1487,7 @@ dl.bb-dl > dd > li { .onoffswitch-inner { display: block; width: 200%; margin-left: -100%; + color: var(--bs-secondary-color); transition: margin 0.19s ease-in-out; } @@ -1498,15 +1499,15 @@ dl.bb-dl > dd > li { .onoffswitch-inner:before { content: attr(data-on); padding-right: 21px; - background-color: var(--bs-secondary-bg); text-align: right; + background-color: var(--bs-tertiary-bg); } .onoffswitch-inner:after { content: attr(data-off); padding-left: 21px; - background-color: var(--bs-secondary-bg); text-align: left; + background-color: var(--bs-tertiary-bg); } .onoffswitch-switch { -- cgit v1.2.3 From 81c36827819f1e8b455a59a9b653a893fd8823a2 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 6 Dec 2023 09:47:13 +0000 Subject: more issue #1820 --- boot.php | 1 + 1 file changed, 1 insertion(+) diff --git a/boot.php b/boot.php index 57b4a0cec..b9c03b1ae 100644 --- a/boot.php +++ b/boot.php @@ -58,6 +58,7 @@ require_once('include/hubloc.php'); require_once('include/attach.php'); require_once('include/bbcode.php'); require_once('include/items.php'); +require_once('include/conversation.php'); require_once('include/acl_selectors.php'); define('PLATFORM_NAME', 'hubzilla'); -- cgit v1.2.3