diff options
| author | 2025-10-17 19:38:05 +0700 | |
|---|---|---|
| committer | 2025-10-17 19:38:05 +0700 | |
| commit | 389e5db0df5c6bc121e5b2d2259de8af05549e1f (patch) | |
| tree | cd7717c185300072b978c401801a0e029096d717 /static/input.css | |
| parent | 152bbebe8d2d0a07ab6958a74b5f53159c79e45f (diff) | |
| download | web-389e5db0df5c6bc121e5b2d2259de8af05549e1f.tar.gz web-389e5db0df5c6bc121e5b2d2259de8af05549e1f.zip | |
fix: use only "backdrop-filter" attr and rm "webkit-"
Diffstat (limited to 'static/input.css')
| -rw-r--r-- | static/input.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/static/input.css b/static/input.css index a983460..301f79a 100644 --- a/static/input.css +++ b/static/input.css @@ -432,13 +432,11 @@ a:hover, .linklike:hover { .goverlay { background: color-mix(in srgb, var(--background-light-color) 50%, transparent) !important; backdrop-filter: blur(1rem); - -webkit-backdrop-filter: blur(1rem); } .glightbox-clean .gslide-description { background: color-mix(in srgb, var(--background-dark-color) 50%, transparent) !important; backdrop-filter: blur(1rem); - -webkit-backdrop-filter: blur(1rem); } .glightbox-clean .gslide-title { |