diff --git a/management/templates/index.html b/management/templates/index.html
index 3059bb8..b060132 100644
--- a/management/templates/index.html
+++ b/management/templates/index.html
@@ -279,7 +279,9 @@
.darkmode .bg-light,
.darkmode .dropdown-menu,
.darkmode .input-group-text,
- .darkmode .modal-content {
+ .darkmode .modal-content,
+ .darkmode .form-control:disabled,
+ .darkmode .form-select:disabled {
background-color: rgb(36, 36, 36) !important;
}