org: form color fix

This commit is contained in:
gilbN 2019-07-13 23:52:41 +02:00
parent 27cb8f10c4
commit 5e9f673043

View File

@ -111,7 +111,7 @@ html {
}
/*input form control dropdown*/
.form-control, select {
background: rgba(0,0,0,.25);
background: rgba(0,0,0,.25) !important;
color: #fff;
border: 1px transparent;
}