Fix databases dropdown being wrong unthemed

This commit is contained in:
Rihan // CodeCo 2020-04-12 02:42:57 +01:00 committed by GitHub
parent 689b0ef056
commit 006031f4d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -779,3 +779,8 @@ a {
a:hover { a:hover {
color: #0967d3; color: #0967d3;
} }
.form-control {
border-color: #606d7b;
background-color: #515f6c;
}