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:
@@ -31,7 +31,7 @@ html[data-theme="dark"] .docusaurus-highlight-code-line {
|
|||||||
color-scheme: initial;
|
color-scheme: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="text"] {
|
input[type="text"], :not(#fakeID#fakeId#fakeID) select {
|
||||||
border-color: var(--ifm-color-primary-lightest);
|
border-color: var(--ifm-color-primary-lightest);
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
|
|||||||
Reference in New Issue
Block a user