Style: add glass frost effect to popups

This commit is contained in:
Pieter Vander Vennet 2025-03-13 22:48:21 +01:00
parent 70ad2431d0
commit 0a67668bec
4 changed files with 21 additions and 2 deletions

View file

@ -2006,6 +2006,10 @@ input[type="range"].range-lg::-moz-range-thumb {
width: 50%;
}
.w-1\/4 {
width: 25%;
}
.w-10 {
width: 2.5rem;
}
@ -5565,6 +5569,12 @@ code {
background-color: #b3b3b3;
}
.frozen-glass {
-webkit-backdrop-filter: blur(1px);
backdrop-filter: blur(1px);
background: rgba(100, 100, 100, 0.50);
}
/************************** UTILITY ************************/
/**