use standard web cursor for controls in options
+ increase clickable area of (i) notes
This commit is contained in:
parent
50da5f1966
commit
bab1ba17a9
|
@ -10,7 +10,7 @@
|
||||||
.onoffswitch input {
|
.onoffswitch input {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
cursor: pointer;
|
cursor: default;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -8px;
|
top: -8px;
|
||||||
bottom: -10px;
|
bottom: -10px;
|
||||||
|
|
|
@ -154,11 +154,6 @@ label > :first-child {
|
||||||
transition: text-shadow .1s;
|
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 {
|
label:not([disabled]):hover > :first-child {
|
||||||
text-shadow: 0 0 0.01px rgba(0, 0, 0, .25);
|
text-shadow: 0 0 0.01px rgba(0, 0, 0, .25);
|
||||||
}
|
}
|
||||||
|
@ -232,7 +227,10 @@ input[type="color"] {
|
||||||
[data-cmd="check-updates"] button {
|
[data-cmd="check-updates"] button {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
[data-cmd="note"] {
|
||||||
|
padding: .5em 1em .5em 0;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
.update-in-progress [data-cmd="check-updates"] {
|
.update-in-progress [data-cmd="check-updates"] {
|
||||||
opacity: .5;
|
opacity: .5;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user