Skip to content

Commit

Permalink
add a bit of border to select boxes (badges#9348)
Browse files Browse the repository at this point in the history
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
  • Loading branch information
chris48s and repo-ranger[bot] authored Jul 3, 2023
1 parent 7bad3f5 commit 9fafb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9fafb31

Please sign in to comment.