From 775042459d804de953f5f603f97b35833f6a4803 Mon Sep 17 00:00:00 2001 From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com> Date: Tue, 12 Dec 2023 14:19:16 +0330 Subject: Update CSS & README (#1335) * Update inbound_client_table.html * Update custom.css * Delete media/1.png * Delete media/2.png * Delete media/3.png * Delete media/4.png * Delete media/5.png * pic v2.0.0 * Update README.md * Delete media/0.png * Delete media/1.png * Delete media/2.png * Delete media/3.png * Delete media/4.png * Delete media/5.png * Delete media/6.png * pic v2.0.0 * Update README.md * Delete media/2.png * pic v2.0.0 --- web/assets/css/custom.css | 24 ++++++++++++++++++++---- web/html/xui/inbound_client_table.html | 2 +- 2 files changed, 21 insertions(+), 5 deletions(-) (limited to 'web') diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css index fc1cb59e..667f9f03 100644 --- a/web/assets/css/custom.css +++ b/web/assets/css/custom.css @@ -790,16 +790,22 @@ style attribute { .has-warning .ant-input, .has-warning .ant-input:hover { - background-color: #fff6e6; - border-color: #ffd98c; + background-color: #ffeee1; + border-color: #fec093; } .has-warning .ant-input::placeholder { - color: #faad14; + color: #f37b24; } .has-warning .ant-input:not([disabled]):hover { - border-color: #ffd98c; + border-color: #fec093; +} + +.ant-modal-confirm-confirm .ant-modal-confirm-body>.anticon, .ant-modal-confirm-warning .ant-modal-confirm-body>.anticon, +.ant-alert-warning .ant-alert-icon, +.has-warning.has-feedback .ant-form-item-children-icon { + color: #f37b24; } .dark .has-warning .ant-input, @@ -1040,6 +1046,16 @@ li.ant-select-dropdown-menu-item:empty:after { overflow: clip; } +.tag-of-wrap { + text-wrap: pretty; + overflow-wrap: anywhere; + max-width: 200px; +} + +.ant-modal-body { + overflow-x: auto; +} + .ant-calendar-year-panel-year:hover, .ant-calendar-decade-panel-decade:hover, .ant-calendar-month-panel-month:hover, diff --git a/web/html/xui/inbound_client_table.html b/web/html/xui/inbound_client_table.html index 49b7feff..d7619dde 100644 --- a/web/html/xui/inbound_client_table.html +++ b/web/html/xui/inbound_client_table.html @@ -19,7 +19,7 @@ :overlay-class-name="themeSwitcher.currentTheme" ok-text='{{ i18n "reset"}}' cancel-text='{{ i18n "cancel"}}'> - + -- cgit v1.2.3