Skip to content

Commit

Permalink
fixed checkbox and radio buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
anapnoe committed Jan 31, 2024
1 parent 216a5b5 commit 703e8dd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions extensions-builtin/anapnoe-sd-uiux/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2679,7 +2679,7 @@ span.star_count b {
font-size: 14px;
border-radius: 5px;
line-height: 23px;
align-items: center;
align-items: start;
}

/* .tabs_extensions .wrap {
Expand Down Expand Up @@ -3247,10 +3247,11 @@ input[type=checkbox]:after {

input[type=radio]:checked:after,
input[type=checkbox]:checked:after {
content: "❖";
font-size: 170%;
content: "❖";
position: absolute;
inset: 0;
transform: scale(1.5);
top:-1px;
}

.gradio-accordion .label-wrap > span{
Expand Down

0 comments on commit 703e8dd

Please sign in to comment.