Commit b40538a7 authored by AUTOMATIC's avatar AUTOMATIC
Browse files

reformat css from latest commits, change color for dropdown selection to more neutral one

parent 8a454dab
Loading
Loading
Loading
Loading
+11 −12
Original line number Diff line number Diff line
@@ -54,13 +54,6 @@ div.compact{
    gap: 1em;
}

.gradio-dropdown ul.options{
    z-index: 3000;
    min-width: fit-content;
    max-width: inherit;
    white-space: nowrap;
}

.gradio-dropdown label span:not(.has-info),
.gradio-textbox label span:not(.has-info),
.gradio-number label span:not(.has-info)
@@ -69,8 +62,10 @@ div.compact{
}

.gradio-dropdown ul.options{
  max-height: 35em;
    z-index: 3000;
    min-width: fit-content;
    max-width: inherit;
    white-space: nowrap;
}

.gradio-dropdown ul.options li.item {
@@ -78,7 +73,11 @@ div.compact{
}

.gradio-dropdown ul.options li.item.selected {
  background-color: var(--secondary-500);
    background-color: var(--neutral-100);
}

.dark .gradio-dropdown ul.options li.item.selected {
    background-color: var(--neutral-900);
}

.gradio-dropdown div.wrap.wrap.wrap.wrap{