added blur to cursor bar
This commit is contained in:
parent
024ceef0e0
commit
c5d1a11bec
@ -700,6 +700,8 @@ label {
|
||||
/* padding-top: 5px;
|
||||
padding-bottom: 5px; */
|
||||
transition: all 300ms ease;
|
||||
backdrop-filter: blur(10px);
|
||||
-webkit-backdrop-filter: blur(10px);
|
||||
}
|
||||
|
||||
#tools div {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user