Checkbox widget

This commit is contained in:
space-nuko
2023-05-06 19:53:33 -05:00
parent 0cf675f847
commit 707d6174dd
10 changed files with 210 additions and 32 deletions

View File

@@ -419,6 +419,10 @@ div.gradio-row>.form{
box-shadow: none !important;
}
.gradio-checkbox > .inner > .block {
background-color: var(--ae-input-bg-color) !important;
}
.wrapper.gradio-textbox textarea {
overflow-y: scroll;
box-sizing: border-box;