From 4f6c978043e77ea23d57df2fc494bf3820c76a4c Mon Sep 17 00:00:00 2001 From: Aden Lindsay Date: Tue, 2 Jun 2026 13:33:45 +0930 Subject: [PATCH] finalise compat --- src/plugins/built-in/gradeAnalytics/styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/plugins/built-in/gradeAnalytics/styles.css b/src/plugins/built-in/gradeAnalytics/styles.css index 459dea39..94c7aa5c 100644 --- a/src/plugins/built-in/gradeAnalytics/styles.css +++ b/src/plugins/built-in/gradeAnalytics/styles.css @@ -254,6 +254,7 @@ background: var(--bsplus-theme-card-bg, var(--bsplus-analytics-surface)); border: var(--bsplus-theme-card-border, 1px solid var(--bsplus-analytics-border)); box-shadow: var(--bsplus-theme-card-shadow, var(--bsplus-analytics-shadow)); + backdrop-filter: var(--bsplus-theme-card-blur, none); transition: transform 0.25s var(--bsplus-analytics-ease), box-shadow 0.25s var(--bsplus-analytics-ease); @@ -295,6 +296,7 @@ background: var(--bsplus-theme-card-bg, var(--bsplus-analytics-surface)); border: var(--bsplus-theme-card-border, 1px solid var(--bsplus-analytics-border)); box-shadow: var(--bsplus-theme-card-shadow, var(--bsplus-analytics-shadow)); + backdrop-filter: var(--bsplus-theme-card-blur, none); overflow: visible; position: relative; z-index: 40; @@ -559,6 +561,7 @@ background: var(--bsplus-theme-card-bg, var(--bsplus-analytics-surface)); border: var(--bsplus-theme-card-border, 1px solid var(--bsplus-analytics-border)); box-shadow: var(--bsplus-theme-card-shadow, var(--bsplus-analytics-shadow)); + backdrop-filter: var(--bsplus-theme-card-blur, none); overflow: hidden; transition: transform 0.3s var(--bsplus-analytics-ease), @@ -787,6 +790,7 @@ background: var(--bsplus-theme-card-bg, var(--bsplus-analytics-surface)); border: var(--bsplus-theme-card-border, 1px solid var(--bsplus-analytics-border)); box-shadow: var(--bsplus-theme-card-shadow, var(--bsplus-analytics-shadow)); + backdrop-filter: var(--bsplus-theme-card-blur, none); overflow: hidden; } @@ -939,6 +943,7 @@ background: var(--bsplus-theme-card-bg, var(--bsplus-analytics-surface)); border: var(--bsplus-theme-card-border, 1px solid var(--bsplus-analytics-border)); box-shadow: var(--bsplus-theme-card-shadow, var(--bsplus-analytics-shadow)); + backdrop-filter: var(--bsplus-theme-card-blur, none); } .bsplus-analytics-empty h2 {