diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css index c4479074..3c2cc428 100644 --- a/web/assets/css/custom.css +++ b/web/assets/css/custom.css @@ -163,10 +163,24 @@ .ant-card-dark .ant-table-thead th { color: hsla(0,0%,100%,.65); - background-color: #000000; + background-color: #000c17; } -.ant-card-dark .ant-table-tbody tr td { +.ant-card-dark .ant-table-tbody tr td, +.ant-card-dark .ant-modal-title { + color: hsla(0,0%,100%,.65); +} + +.ant-card-dark .ant-collapse-content { + background-color: #001529; +} + +.ant-card-dark .ant-list-item-meta-title, +.ant-card-dark .ant-list-item-meta-description, +.ant-card-dark .ant-form-item-label>label, +.ant-card-dark .ant-form-item, +.ant-card-dark .ant-divider-inner-text, +.ant-card-dark .ant-collapse>.ant-collapse-item>.ant-collapse-header { color: hsla(0,0%,100%,.65); } @@ -177,4 +191,23 @@ .ant-card-dark tbody .ant-table-expanded-row { color: hsla(0,0%,100%,.65); background-color: #023366; +} + +.ant-card-dark .ant-input, +.ant-card-dark .ant-input-number, +.ant-card-dark .ant-select-selection { + background-color: #023366; + color: hsla(0,0%,100%,.65); +} + +.ant-card-dark .ant-collapse-item { + background-color: #000c17; + color: hsla(0,0%,100%,.65); +} + +.ant-card-dark .ant-modal-content, +.ant-card-dark .ant-modal-body, +.ant-card-dark .ant-modal-header { + color: hsla(0,0%,100%,.65); + background-color: #1C262D; } \ No newline at end of file diff --git a/web/html/common/prompt_modal.html b/web/html/common/prompt_modal.html index 91c26615..4b8a13d0 100644 --- a/web/html/common/prompt_modal.html +++ b/web/html/common/prompt_modal.html @@ -1,6 +1,7 @@ {{define "promptModal"}} {{ i18n "pages.inbounds.clickOnQRcode" }} diff --git a/web/html/common/text_modal.html b/web/html/common/text_modal.html index e26d9135..b2da6160 100644 --- a/web/html/common/text_modal.html +++ b/web/html/common/text_modal.html @@ -1,6 +1,7 @@ {{define "textModal"}} diff --git a/web/html/xui/client_bulk_modal.html b/web/html/xui/client_bulk_modal.html index dfa845d7..f78d47a8 100644 --- a/web/html/xui/client_bulk_modal.html +++ b/web/html/xui/client_bulk_modal.html @@ -1,6 +1,7 @@ {{define "clientsBulkModal"}} diff --git a/web/html/xui/client_modal.html b/web/html/xui/client_modal.html index 129d2cc5..8afccbb3 100644 --- a/web/html/xui/client_modal.html +++ b/web/html/xui/client_modal.html @@ -1,6 +1,7 @@ {{define "clientsModal"}} {{template "form/client"}} diff --git a/web/html/xui/common_sider.html b/web/html/xui/common_sider.html index ef210f41..e9a30b71 100644 --- a/web/html/xui/common_sider.html +++ b/web/html/xui/common_sider.html @@ -38,8 +38,8 @@ @@ -59,8 +59,8 @@ diff --git a/web/html/xui/form/client.html b/web/html/xui/form/client.html index 71b86664..9f82379c 100644 --- a/web/html/xui/form/client.html +++ b/web/html/xui/form/client.html @@ -48,7 +48,7 @@