From c1b5799e94a99b807fd9ee1bfd05e9cb40c83c4a Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Thu, 26 Oct 2023 09:28:25 +1100 Subject: [PATCH] UI based bug fixes --- src/inject/injected.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/inject/injected.css b/src/inject/injected.css index d98ddd57..8d2785d7 100644 --- a/src/inject/injected.css +++ b/src/inject/injected.css @@ -1092,7 +1092,7 @@ div > ol:has(.uiFileHandlerWrapper) { .notifications__notifications___3mmLY.notifications__hasItems___gXxzx > button { background: white; - z-index: 21; + z-index: 21 !important; color: var(--better-sub); } @@ -1151,7 +1151,8 @@ div > ol:has(.uiFileHandlerWrapper) { } #menu li.active { - background: #ffffff !important; + color: #ffffff !important; + background: rgba(0, 0, 0, 0.35); } #menu li:first-child { @@ -1195,6 +1196,7 @@ div > ol:has(.uiFileHandlerWrapper) { .Viewer__sidebar___1Btu4 { color: var(--text-primary); + border-right: unset; } .Viewer__sidebar___1Btu4 > header { @@ -1328,6 +1330,10 @@ iframe.userHTML { #toolbar { color: var(--text-primary); + background: unset; +} + +#main:has(.timetablepage) #toolbar { background: var(--background-primary); }