From 1ff12c5520500e9aff75a45f87614e031674a31b Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Tue, 22 Nov 2022 09:46:41 +0100 Subject: redbasic: Dark scheme fixes - Changed background of category tags to make them readable. - Changed background on "view source" dialog to make it readable. --- view/theme/redbasic/schema/dark.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'view/theme/redbasic') diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css index 3a93a5c17..d64c3a3f4 100644 --- a/view/theme/redbasic/schema/dark.css +++ b/view/theme/redbasic/schema/dark.css @@ -32,3 +32,16 @@ a, .fakelink { color: var(--bs-link-color); } +.item-category { + background-color: #293a4f !important; +} +#cboxContent { + background-color: #273039; +} +#jot-title-wrap, +#jot-summary-wrap, +#jot-pagetitle-wrap, +#jot-category-wrap, +#jot-customjotheaders-wrap { + border-bottom: 1px solid var(--bs-border-color); +} -- cgit v1.2.3 From 221d3cdf6a473ea7999bf8d1517822b68a2807fa Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Tue, 22 Nov 2022 15:31:54 +0100 Subject: redbasic: Dark theme fixes - Make rows in admin tables readable while hovering over them. --- view/theme/redbasic/schema/dark.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'view/theme/redbasic') diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css index d64c3a3f4..bc1a84ec8 100644 --- a/view/theme/redbasic/schema/dark.css +++ b/view/theme/redbasic/schema/dark.css @@ -45,3 +45,7 @@ a, #jot-customjotheaders-wrap { border-bottom: 1px solid var(--bs-border-color); } +#adminpage table tr:hover { + background-color: #2E3136; +} + -- cgit v1.2.3 From 5248aa3065b59588e1486346e066dbf32e2e7156 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 24 Nov 2022 09:42:35 +0000 Subject: css fix --- view/theme/redbasic/schema/bootstrap-nightfall.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme/redbasic') diff --git a/view/theme/redbasic/schema/bootstrap-nightfall.css b/view/theme/redbasic/schema/bootstrap-nightfall.css index d9cb8cc63..c574ed29b 100644 --- a/view/theme/redbasic/schema/bootstrap-nightfall.css +++ b/view/theme/redbasic/schema/bootstrap-nightfall.css @@ -1895,4 +1895,4 @@ body::selection { background: rgba(23, 162, 184, 0.5); } -/*# sourceMappingURL=bootstrap-nightfall.css.map */ \ No newline at end of file +/*# sourceMappingURL=bootstrap-nightfall.css.map */ -- cgit v1.2.3 From c5a0ec4e9330eb47b5ea7a6f7f64b0337e0172cc Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 11 Dec 2022 19:19:47 +0000 Subject: css fixes --- view/theme/redbasic/css/style.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'view/theme/redbasic') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 20309b709..9069500d9 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -13,6 +13,7 @@ --bs-link-color: $link_colour; --bs-link-hover-color: $link_hover_colour; --bs-body-bg: $bgcolour; + --bs-highlight-bg: yellow; } .nav-tabs { @@ -1790,11 +1791,6 @@ dl.bb-dl > dd > li { opacity: 1; } -/* default highlighted text if not specified by schema: */ -span.default-highlight { - background-color: yellow; -} - .bootstrap-tagsinput { width: 100%; } -- cgit v1.2.3 From 2eb4f093be868ef6ce8372de0375b2e9a2685791 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 8 Jan 2023 08:19:37 +0000 Subject: update theme requirements --- view/theme/redbasic/php/theme.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/theme/redbasic') diff --git a/view/theme/redbasic/php/theme.php b/view/theme/redbasic/php/theme.php index 783bd9d4e..fefd7d26c 100644 --- a/view/theme/redbasic/php/theme.php +++ b/view/theme/redbasic/php/theme.php @@ -4,8 +4,8 @@ * * Name: Redbasic * * Description: Hubzilla standard theme * * Version: 2.2 - * * MinVersion: 6.5.13 - * * MaxVersion: 8.0 + * * MinVersion: 8.0 + * * MaxVersion: 9.0 * * Author: Fabrixxm * * Maintainer: Mike Macgirvin * * Maintainer: Mario Vavti -- cgit v1.2.3