From 1fa9d4b85f2e6bcc4cf7eb659d6dcb9d9b66bf5d Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Thu, 21 Oct 2021 21:48:00 +0200 Subject: [PATCH] Fixed buttons not using text color from btn-classes --- public/assets/css/thetool.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/public/assets/css/thetool.css b/public/assets/css/thetool.css index 3955d9661..666a727e5 100644 --- a/public/assets/css/thetool.css +++ b/public/assets/css/thetool.css @@ -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; }