publish: fix: form-control contrast on navbar-dark (fix #1227)

generated from commit a9a81b8560
This commit is contained in:
Federico Zivolo 2017-12-10 17:50:12 +01:00
parent f89df900df
commit 9efcb09c74

View File

@ -9529,6 +9529,11 @@ thead.thead-inverse th,
.navbar > .container {
flex: 1; }
.navbar-dark .form-control, .navbar-dark .custom-file-control {
color: #fff; }
.navbar-dark .form-control::placeholder, .navbar-dark .custom-file-control::placeholder {
color: rgba(255, 255, 255, 0.5); }
.alert {
border: 0;
border-radius: 0; }