Fixed buttons not using text color from btn-classes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user