Skip to content

Commit

Permalink
Visibility-togglebtn
Browse files Browse the repository at this point in the history
  • Loading branch information
Axshatt committed Jul 8, 2024
1 parent 92260b0 commit 2829ca4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/renderer/css/preference.css
Original file line number Diff line number Diff line change
Expand Up @@ -459,15 +459,15 @@ i.open-tab-button {
}

.disallowed:hover {
background-color: rgb(241 241 241 / 100%);
background-color:rgb(136 136 136 / 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 +482,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

0 comments on commit 2829ca4

Please sign in to comment.