diff options
author | Mario <mario@mariovavti.com> | 2022-07-26 18:00:00 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-07-26 18:00:00 +0000 |
commit | 40377796edd8c612ce9d68f52fc146ad32302f9e (patch) | |
tree | 92cce4a3ee3627ed28f45ce8f0bb3598be87c8c9 /view/theme/redbasic/schema | |
parent | c452a621fe7db5405d929ebc5f5433c9670fc367 (diff) | |
parent | fedad7f31a1b9133bfd63de7fc19de6916485254 (diff) | |
download | volse-hubzilla-7.6.tar.gz volse-hubzilla-7.6.tar.bz2 volse-hubzilla-7.6.zip |
Merge branch '7.6RC'7.6
Diffstat (limited to 'view/theme/redbasic/schema')
-rw-r--r-- | view/theme/redbasic/schema/dark.css | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css index e7049a1c5..751ce25e8 100644 --- a/view/theme/redbasic/schema/dark.css +++ b/view/theme/redbasic/schema/dark.css @@ -40,13 +40,19 @@ option { color: $link_colour !important; } -.vcard, #contact-block, .widget { +.vcard, +#contact-block, +.widget { background-color: transparent; border: none; border-bottom: 1px solid #333; border-radius: 0px } +.vcard-card { + background-color: transparent; +} + #profile-photo-wrapper { border: none; } @@ -323,10 +329,6 @@ a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link { background-color: #222; } -.text-dark { - color: #aaa !important; -} - .group-selected, .fileas-selected, .categories-selected, .search-selected, a.active { color: #fff !important; text-decoration: underline !important; @@ -484,18 +486,18 @@ pre { /* category badge fix: */ -a.text-dark:focus, a.text-dark:hover { - color: #ddd !important; -} -.badge-warning { -/* background-color: #ffc927; */ +.bg-warning { + background-color: #e38916; +} +.bg-warning:hover, .bg-warning:focus { + background-color: #ffc927 !important; } -.badge-warning a.text-dark { - color: #333 !important; +.bg-warning a.text-dark { + color: #111 !important; } -.badge-warning a.text-dark:focus, .badge-warning a.text-dark:hover { - color: red !important; +.bg-warning a.text-dark:focus, .bg-warning a.text-dark:hover { + color: #bd0000 !important; text-decoration: none; } |