minor UI fix
This commit is contained in:
parent
7f8334caa5
commit
81f5100ed9
@ -1296,7 +1296,7 @@ sm-checkbox {
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 100%;
|
||||
background-color: rgba(var(--text-color), 0.16);
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
-webkit-backdrop-filter: blur(0.5rem);
|
||||
backdrop-filter: blur(0.5rem);
|
||||
z-index: 3;
|
||||
|
||||
2
docs/css/main.min.css
vendored
2
docs/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1151,7 +1151,7 @@ sm-checkbox {
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 100%;
|
||||
background-color: rgba(var(--text-color), 0.16);
|
||||
background-color: rgba(0 0 0/ 0.3);
|
||||
backdrop-filter: blur(0.5rem);
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user