use standard web cursor for controls in options

+ increase clickable area of (i) notes
This commit is contained in:
tophf 2022-02-02 13:46:55 +03:00
parent 50da5f1966
commit bab1ba17a9
2 changed files with 5 additions and 7 deletions

View File

@ -10,7 +10,7 @@
.onoffswitch input {
-webkit-appearance: none;
-moz-appearance: none;
cursor: pointer;
cursor: default;
position: absolute;
top: -8px;
bottom: -10px;

View File

@ -154,11 +154,6 @@ label > :first-child {
transition: text-shadow .1s;
}
label:not([disabled]),
label:not([disabled]) :not([type="number"]):not([type="text"]):not([type="password"]) {
cursor: pointer;
}
label:not([disabled]):hover > :first-child {
text-shadow: 0 0 0.01px rgba(0, 0, 0, .25);
}
@ -232,7 +227,10 @@ input[type="color"] {
[data-cmd="check-updates"] button {
position: relative;
}
[data-cmd="note"] {
padding: .5em 1em .5em 0;
cursor: pointer;
}
.update-in-progress [data-cmd="check-updates"] {
opacity: .5;
pointer-events: none;