v1.4.0a - Fixed Category Dropdown CSS

This commit is contained in:
Anders164a 2020-10-05 21:06:45 +02:00
parent f95318a8f2
commit f70d6a7a95
2 changed files with 9 additions and 1 deletions

View File

@ -80,6 +80,15 @@ select {
margin-bottom: 1rem; margin-bottom: 1rem;
} }
.select2-container--default, .select2-search, .selection, .select2-selection--single, .select2-results__options * {
color: white !important;
background-color: #2F3136 !important;
}
.select2-selection__rendered {
color: white !important;
}
input.appinput { input.appinput {
border: none; border: none;
border-bottom: white solid 2px; border-bottom: white solid 2px;

View File

@ -88,7 +88,6 @@
option, textarea { option, textarea {
color: black; color: black;
} }
</style> </style>
@yield("content") @yield("content")
<script src="{{ mix("/js/app.js") }}"></script> <script src="{{ mix("/js/app.js") }}"></script>