mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-25 08:06:51 +00:00
Rewrite noise settings preview
This commit is contained in:
@@ -311,7 +311,7 @@ nav > .toggle span {
|
||||
transition: background-color var(--style-transition);
|
||||
}
|
||||
|
||||
.btn:hover {
|
||||
.btn:not(.input):hover {
|
||||
background-color: var(--btn-hover);
|
||||
}
|
||||
|
||||
@@ -335,6 +335,15 @@ nav > .toggle span {
|
||||
color: var(--btn-active);
|
||||
}
|
||||
|
||||
.btn.input {
|
||||
cursor: initial;
|
||||
}
|
||||
|
||||
.btn input {
|
||||
margin-left: 5px;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.errors {
|
||||
position: fixed;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user