Skip to content

Commit

Permalink
Update common.css
Browse files Browse the repository at this point in the history
  • Loading branch information
117649 committed Feb 9, 2024
1 parent c164c71 commit 28024cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions chrome/skin/common/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -543,12 +543,12 @@ html|a:hover:active,

xul|checkbox {
margin-inline-start: 0;
-moz-appearance: none;
/* -moz-appearance: none; */
}

xul|*.checkbox-check,
html|input[type="checkbox"] {
-moz-appearance: none;
/* -moz-appearance: none; */
width: 23px;
height: 23px;
border: 1px solid var(--in-content-box-border-color);
Expand Down Expand Up @@ -597,11 +597,11 @@ html|*.toggle-container-with-text {

xul|radio {
margin-inline-start: 0;
-moz-appearance: none;
/* -moz-appearance: none; */
}

xul|*.radio-check {
-moz-appearance: none;
/* -moz-appearance: none; */
width: 23px;
height: 23px;
border: 1px solid var(--in-content-box-border-color);
Expand Down

0 comments on commit 28024cb

Please sign in to comment.