mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-18 04:30:38 +03:00
publish: fix: form-control contrast on navbar-dark (fix #1227)
generated from commit a9a81b8560
This commit is contained in:
parent
f89df900df
commit
9efcb09c74
5
dist/css/bootstrap-material-design.css
vendored
5
dist/css/bootstrap-material-design.css
vendored
|
@ -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; }
|
||||
|
|
Loading…
Reference in New Issue
Block a user