UI based bug fixes

This commit is contained in:
SethBurkart123
2023-10-26 09:28:25 +11:00
parent cc4c373541
commit c1b5799e94
+8 -2
View File
@@ -1092,7 +1092,7 @@ div > ol:has(.uiFileHandlerWrapper) {
.notifications__notifications___3mmLY.notifications__hasItems___gXxzx > button { .notifications__notifications___3mmLY.notifications__hasItems___gXxzx > button {
background: white; background: white;
z-index: 21; z-index: 21 !important;
color: var(--better-sub); color: var(--better-sub);
} }
@@ -1151,7 +1151,8 @@ div > ol:has(.uiFileHandlerWrapper) {
} }
#menu li.active { #menu li.active {
background: #ffffff !important; color: #ffffff !important;
background: rgba(0, 0, 0, 0.35);
} }
#menu li:first-child { #menu li:first-child {
@@ -1195,6 +1196,7 @@ div > ol:has(.uiFileHandlerWrapper) {
.Viewer__sidebar___1Btu4 { .Viewer__sidebar___1Btu4 {
color: var(--text-primary); color: var(--text-primary);
border-right: unset;
} }
.Viewer__sidebar___1Btu4 > header { .Viewer__sidebar___1Btu4 > header {
@@ -1328,6 +1330,10 @@ iframe.userHTML {
#toolbar { #toolbar {
color: var(--text-primary); color: var(--text-primary);
background: unset;
}
#main:has(.timetablepage) #toolbar {
background: var(--background-primary); background: var(--background-primary);
} }