add a bit of border to select boxes (#9348)

Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
This commit is contained in:
chris48s
2023-07-03 18:09:24 +01:00
committed by GitHub
parent 7bad3f5902
commit 9fafb3110c

View File

@@ -31,7 +31,7 @@ html[data-theme="dark"] .docusaurus-highlight-code-line {
color-scheme: initial;
}
input[type="text"] {
input[type="text"], :not(#fakeID#fakeId#fakeID) select {
border-color: var(--ifm-color-primary-lightest);
border-style: solid;
border-width: 1px;