Skip to content

Commit

Permalink
Settings: improved visibility of text and buttons - fixes zulip#1357
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitchessbee committed Apr 23, 2024
1 parent c45c953 commit b3766ff
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions app/renderer/css/preference.css
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,10 @@ img.server-info-icon {
margin: 6px;
}

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

#note {
font-size: 10px;
}
Expand Down Expand Up @@ -459,15 +463,15 @@ i.open-tab-button {
}

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

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 +486,7 @@ input.toggle-round + label::after {
}

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

0 comments on commit b3766ff

Please sign in to comment.