﻿
.form-control, select {
    color: unset;
}

    .form-control:focus, select:focus {
        color: unset;
    }

input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], textarea {
    color: unset;
}

.ace-nav > li > a,
.ace-nav > li.open > a,
.ace-nav > li > a:focus,
.ace-nav > li > a:hover,
.ace-nav > li > a:active {
    background-color: unset !important;
}
