Skip to content

Commit

Permalink
change fallback color to bs5 blue
Browse files Browse the repository at this point in the history
  • Loading branch information
lenadax committed May 4, 2022
1 parent 05b9087 commit 085fb50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
/dist/
/downloads/
/eggs/
/include/
/js/karma/
/lib/
/lib64
Expand Down
2 changes: 1 addition & 1 deletion src/yafowil/widget/chosen/resources/widget.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.chosen-container .chosen-results li.highlighted {
background-color: var(--yafowil-accent-color, #428bca)!important;
background-color: var(--yafowil-accent-color, #0d6efd)!important;
background-image: none;
color: var(--yafowil-accent-font-color, #fff)!important;
}

0 comments on commit 085fb50

Please sign in to comment.