We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f16d6 commit 266ed11Copy full SHA for 266ed11
app/renderer/css/preference.css
@@ -459,15 +459,15 @@ i.open-tab-button {
459
}
460
461
.disallowed:hover {
462
- background-color: rgb(241 241 241 / 100%);
+ background-color: rgb(153 153 153 / 100%);
463
cursor: not-allowed;
464
465
466
input.toggle-round + label {
467
padding: 2px;
468
width: 50px;
469
height: 25px;
470
- background-color: rgb(221 221 221 / 100%);
+ background-color: rgb(136 136 136 / 100%);
471
border-radius: 25px;
472
473
@@ -482,7 +482,7 @@ input.toggle-round + label::after {
482
483
484
input.toggle-round + label::before {
485
486
487
inset: 0;
488
0 commit comments