Adding common styling for dropdown select.

fixes #293
This commit is contained in:
softsimon
2021-01-16 00:10:23 +07:00
parent 1e81355e7d
commit 9751af096d
2 changed files with 3 additions and 1 deletions

View File

@@ -22,6 +22,8 @@ $pagination-hover-bg: #12131e;
$pagination-hover-border-color: #1d1f31;
$pagination-disabled-bg: #1d1f31;
$custom-select-indicator-color: #FFF;
.input-group-text {
background-color: #1c2031 !important;
border: 1px solid #20263e !important;