Some admin related appearance tweaks. For working on #1904

This commit is contained in:
Gabe Kangas
2022-12-16 17:34:51 -08:00
parent 4d2e93cc30
commit aa5d5fc32d
5 changed files with 22 additions and 2 deletions

View File

@@ -128,3 +128,7 @@
margin-left: 0.5em;
line-height: 1;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
background-color: var(--theme-color-components-form-field-background);
}