Actualiser nginx_proxy_manager.css

This commit is contained in:
Erreur32 2024-06-04 15:43:17 +02:00
parent 1301af0a94
commit fe51150b38

View File

@ -145,7 +145,7 @@
.modal-content {
background-color: #0e1219;
background-color: var(--background-color);
border-color: white;
border: 1px solid rgba(200, 195, 195, .64); }
@ -173,4 +173,11 @@
.modal-content .form-control, .selectize-input.full1 {
color: #aeecff;
background-color: #515255; } }
background-color: #515255; }
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
background: var(--background-color); }
}