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

View File

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