forked from MapComplete/MapComplete
Style: add glass frost effect to popups
This commit is contained in:
parent
70ad2431d0
commit
0a67668bec
4 changed files with 21 additions and 2 deletions
|
@ -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 ************************/
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue