diff --git a/public/themes/redxen/css/pterodactyl.css b/public/themes/redxen/css/pterodactyl.css index 01752a7..dd691d6 100644 --- a/public/themes/redxen/css/pterodactyl.css +++ b/public/themes/redxen/css/pterodactyl.css @@ -756,4 +756,20 @@ label.control-label>span.field-optional:before { .table-responsive { border: none !important; +} + +.modal-content { + background-color: #222; + border-radius: 10px; +} + +.modal-header, .modal-footer { + border-bottom: none; + border-top: none; +} + +.close { + color: #fff; + text-shadow: 0 1px 0 #000; + opacity: 0.5; } \ No newline at end of file