From 52e0972ddc5b5bc9538b26c5a30b4c2f03595814 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 29 Nov 2022 05:37:51 +0200 Subject: [PATCH] transparent fix --- files/assets/css/transparent.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assets/css/transparent.css b/files/assets/css/transparent.css index 4d23923c6..594f5adca 100644 --- a/files/assets/css/transparent.css +++ b/files/assets/css/transparent.css @@ -13,6 +13,6 @@ background: rgba(28, 34, 41, 0.90) !important; } -.fixed-bottom, .popover, .modal-content, .dropdown-menu, .navbar, #userpage > div.container-fluid, body { +.fixed-bottom, .popover, .modal-content, .dropdown-menu, .navbar, #userpage > div.container-fluid, body, .form-control { background-color: #21262d !important; }