v1.4.0a - Fixed Category Dropdown CSS
This commit is contained in:
parent
f95318a8f2
commit
f70d6a7a95
|
@ -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;
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue