Fixed buttons not using text color from btn-classes

This commit is contained in:
Frank Schubert
2021-10-21 21:48:00 +02:00
parent 833903204e
commit 1fa9d4b85f

View File

@@ -47,13 +47,16 @@
border-color: #0d6efd;
}
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
input[type=text].form-control,
select.form-control,
textarea.form-control
{
color: #323a36;
}
.form-control {
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
color: #323a36;
}