Actualiser nginx_proxy_manager.css
This commit is contained in:
parent
1301af0a94
commit
fe51150b38
1 changed files with 9 additions and 2 deletions
|
@ -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); }
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue