diff options
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 6 | ||||
-rw-r--r-- | view/theme/redbasic/php/theme.php | 4 | ||||
-rw-r--r-- | view/theme/redbasic/schema/bootstrap-nightfall.css | 2 | ||||
-rw-r--r-- | view/theme/redbasic/schema/dark.css | 17 |
4 files changed, 21 insertions, 8 deletions
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%; } 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 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 */ diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css index 3a93a5c17..bc1a84ec8 100644 --- a/view/theme/redbasic/schema/dark.css +++ b/view/theme/redbasic/schema/dark.css @@ -32,3 +32,20 @@ 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); +} +#adminpage table tr:hover { + background-color: #2E3136; +} + |