mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
Fix UI styling and minor bug in lesson display
This commit is contained in:
@@ -9,37 +9,49 @@ html.transparencyEffects:not(.dark) {
|
||||
}
|
||||
|
||||
|
||||
/* Blurs */
|
||||
.message.addMessage,
|
||||
.thread,
|
||||
#title,
|
||||
.LabelList__selected___3Egk7,
|
||||
.legacy-root button, .legacy-root a,
|
||||
.MessageList__MessageList___3DxoC {
|
||||
backdrop-filter: blur(10px);
|
||||
}
|
||||
html.transparencyEffects {
|
||||
/* Background Fixes */
|
||||
#shortcuts {
|
||||
backdrop-filter: unset;
|
||||
}
|
||||
|
||||
.Message__Message___3oJaU {
|
||||
backdrop-filter: blur(50px);
|
||||
}
|
||||
.whatsnewTextContainer h1 {
|
||||
background-color: var(--theme-primary) !important;
|
||||
}
|
||||
|
||||
#menu {
|
||||
backdrop-filter: blur(20px);
|
||||
}
|
||||
/* Blurs */
|
||||
.message.addMessage,
|
||||
.thread,
|
||||
#title,
|
||||
.LabelList__selected___3Egk7,
|
||||
.legacy-root button, .legacy-root a,
|
||||
.MessageList__MessageList___3DxoC {
|
||||
backdrop-filter: blur(10px);
|
||||
}
|
||||
|
||||
.title > a {
|
||||
backdrop-filter: blur(0px) !important;
|
||||
}
|
||||
.whatsnewContainer,
|
||||
.Message__Message___3oJaU {
|
||||
backdrop-filter: blur(50px);
|
||||
}
|
||||
|
||||
.search,
|
||||
.document,
|
||||
.border {
|
||||
backdrop-filter: blur(8px);
|
||||
}
|
||||
#menu {
|
||||
backdrop-filter: blur(20px);
|
||||
}
|
||||
|
||||
#main > .dashboard {
|
||||
section,
|
||||
.dashlet {
|
||||
.title > a {
|
||||
backdrop-filter: blur(0px) !important;
|
||||
}
|
||||
|
||||
.search,
|
||||
.document,
|
||||
.border {
|
||||
backdrop-filter: blur(8px);
|
||||
}
|
||||
|
||||
#main > .dashboard {
|
||||
section,
|
||||
.dashlet {
|
||||
backdrop-filter: blur(8px);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user