Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions app/renderer/css/preference.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ td:nth-child(odd) {

.nav {
padding: 7px 0;
color: rgb(0 0 0 / 100%);
color: rgb(70 78 90 / 100%);
cursor: pointer;
}
Expand Down Expand Up @@ -459,15 +460,19 @@ i.open-tab-button {
}

.disallowed:hover {
background-color: rgb(241 241 241 / 100%);
background-color: rgb(136 136 136 / 100%);
cursor: not-allowed;
}

.setting-description {
color: rgb(34 34 34 / 100%);
}

input.toggle-round + label {
padding: 2px;
width: 50px;
height: 25px;
background-color: rgb(221 221 221 / 100%);
background-color: rgb(136 136 136 / 100%);
border-radius: 25px;
}

Expand All @@ -482,7 +487,7 @@ input.toggle-round + label::after {
}

input.toggle-round + label::before {
background-color: rgb(241 241 241 / 100%);
background-color: rgb(136 136 136 / 100%);
border-radius: 25px;
inset: 0;
}
Expand Down
Loading