mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
finalise compat
This commit is contained in:
@@ -254,6 +254,7 @@
|
|||||||
background: var(--bsplus-theme-card-bg, var(--bsplus-analytics-surface));
|
background: var(--bsplus-theme-card-bg, var(--bsplus-analytics-surface));
|
||||||
border: var(--bsplus-theme-card-border, 1px solid var(--bsplus-analytics-border));
|
border: var(--bsplus-theme-card-border, 1px solid var(--bsplus-analytics-border));
|
||||||
box-shadow: var(--bsplus-theme-card-shadow, var(--bsplus-analytics-shadow));
|
box-shadow: var(--bsplus-theme-card-shadow, var(--bsplus-analytics-shadow));
|
||||||
|
backdrop-filter: var(--bsplus-theme-card-blur, none);
|
||||||
transition:
|
transition:
|
||||||
transform 0.25s var(--bsplus-analytics-ease),
|
transform 0.25s var(--bsplus-analytics-ease),
|
||||||
box-shadow 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));
|
background: var(--bsplus-theme-card-bg, var(--bsplus-analytics-surface));
|
||||||
border: var(--bsplus-theme-card-border, 1px solid var(--bsplus-analytics-border));
|
border: var(--bsplus-theme-card-border, 1px solid var(--bsplus-analytics-border));
|
||||||
box-shadow: var(--bsplus-theme-card-shadow, var(--bsplus-analytics-shadow));
|
box-shadow: var(--bsplus-theme-card-shadow, var(--bsplus-analytics-shadow));
|
||||||
|
backdrop-filter: var(--bsplus-theme-card-blur, none);
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 40;
|
z-index: 40;
|
||||||
@@ -559,6 +561,7 @@
|
|||||||
background: var(--bsplus-theme-card-bg, var(--bsplus-analytics-surface));
|
background: var(--bsplus-theme-card-bg, var(--bsplus-analytics-surface));
|
||||||
border: var(--bsplus-theme-card-border, 1px solid var(--bsplus-analytics-border));
|
border: var(--bsplus-theme-card-border, 1px solid var(--bsplus-analytics-border));
|
||||||
box-shadow: var(--bsplus-theme-card-shadow, var(--bsplus-analytics-shadow));
|
box-shadow: var(--bsplus-theme-card-shadow, var(--bsplus-analytics-shadow));
|
||||||
|
backdrop-filter: var(--bsplus-theme-card-blur, none);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
transition:
|
transition:
|
||||||
transform 0.3s var(--bsplus-analytics-ease),
|
transform 0.3s var(--bsplus-analytics-ease),
|
||||||
@@ -787,6 +790,7 @@
|
|||||||
background: var(--bsplus-theme-card-bg, var(--bsplus-analytics-surface));
|
background: var(--bsplus-theme-card-bg, var(--bsplus-analytics-surface));
|
||||||
border: var(--bsplus-theme-card-border, 1px solid var(--bsplus-analytics-border));
|
border: var(--bsplus-theme-card-border, 1px solid var(--bsplus-analytics-border));
|
||||||
box-shadow: var(--bsplus-theme-card-shadow, var(--bsplus-analytics-shadow));
|
box-shadow: var(--bsplus-theme-card-shadow, var(--bsplus-analytics-shadow));
|
||||||
|
backdrop-filter: var(--bsplus-theme-card-blur, none);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -939,6 +943,7 @@
|
|||||||
background: var(--bsplus-theme-card-bg, var(--bsplus-analytics-surface));
|
background: var(--bsplus-theme-card-bg, var(--bsplus-analytics-surface));
|
||||||
border: var(--bsplus-theme-card-border, 1px solid var(--bsplus-analytics-border));
|
border: var(--bsplus-theme-card-border, 1px solid var(--bsplus-analytics-border));
|
||||||
box-shadow: var(--bsplus-theme-card-shadow, var(--bsplus-analytics-shadow));
|
box-shadow: var(--bsplus-theme-card-shadow, var(--bsplus-analytics-shadow));
|
||||||
|
backdrop-filter: var(--bsplus-theme-card-blur, none);
|
||||||
}
|
}
|
||||||
|
|
||||||
.bsplus-analytics-empty h2 {
|
.bsplus-analytics-empty h2 {
|
||||||
|
|||||||
Reference in New Issue
Block a user