mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
Add background transparency and animation effects
to dashboard and popup
This commit is contained in:
@@ -10,6 +10,8 @@ html.transparencyEffects:not(.dark) {
|
||||
|
||||
|
||||
/* Blurs */
|
||||
.message.addMessage,
|
||||
.thread,
|
||||
#title,
|
||||
.LabelList__selected___3Egk7,
|
||||
.legacy-root button, .legacy-root a,
|
||||
@@ -33,4 +35,11 @@ html.transparencyEffects:not(.dark) {
|
||||
.document,
|
||||
.border {
|
||||
backdrop-filter: blur(8px);
|
||||
}
|
||||
|
||||
#main > .dashboard {
|
||||
section,
|
||||
.dashlet {
|
||||
backdrop-filter: blur(8px);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user