From 006031f4d54641177430c1f7e569892fcd8a749d Mon Sep 17 00:00:00 2001 From: Rihan // CodeCo Date: Sun, 12 Apr 2020 02:42:57 +0100 Subject: [PATCH] Fix databases dropdown being wrong unthemed --- public/themes/pterodactyl/css/pterodactyl.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/themes/pterodactyl/css/pterodactyl.css b/public/themes/pterodactyl/css/pterodactyl.css index b367ce50c..2bf65ab04 100644 --- a/public/themes/pterodactyl/css/pterodactyl.css +++ b/public/themes/pterodactyl/css/pterodactyl.css @@ -779,3 +779,8 @@ a { a:hover { color: #0967d3; } + +.form-control { + border-color: #606d7b; + background-color: #515f6c; +}