Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorMahbod <74229780+M4hbod@users.noreply.github.com>2023-05-08 02:25:06 +0300
committerMahbod <74229780+M4hbod@users.noreply.github.com>2023-05-08 02:25:06 +0300
commit88cde18bb2f92f4bc0e782b6635567c8c8f82a82 (patch)
tree160fdd4eba92bcddeed0f112d74868fe0c48d859 /web
parent7fd93e25fd5618bab77d6dc2e27b34d62408b338 (diff)
update .ant-modal ui
Diffstat (limited to 'web')
-rw-r--r--web/assets/ant-design-vue@1.7.2/antd.min.css4
-rw-r--r--web/assets/css/custom.css6
2 files changed, 5 insertions, 5 deletions
diff --git a/web/assets/ant-design-vue@1.7.2/antd.min.css b/web/assets/ant-design-vue@1.7.2/antd.min.css
index 846bbe54..a9cda542 100644
--- a/web/assets/ant-design-vue@1.7.2/antd.min.css
+++ b/web/assets/ant-design-vue@1.7.2/antd.min.css
@@ -3532,9 +3532,9 @@ to{max-height:0;padding:0;opacity:0}
.ant-modal-close{position:absolute;top:0;right:0;z-index:10;padding:0;color:rgba(0,0,0,.45);font-weight:700;line-height:1;text-decoration:none;background:0 0;border:0;outline:0;cursor:pointer;transition:color .3s}
.ant-modal-close-x{display:block;width:56px;height:56px;font-size:16px;font-style:normal;line-height:56px;text-align:center;text-transform:none;text-rendering:auto}
.ant-modal-close:focus,.ant-modal-close:hover{color:rgba(0,0,0,.75);text-decoration:none}
-.ant-modal-header{padding:16px 24px;color:rgba(0,0,0,.65);background:#fff;border-bottom:1px solid #e8e8e8;border-radius:4px 4px 0 0}
+.ant-modal-header{padding:16px 24px;color:rgba(0,0,0,.65);background:#fff;border-bottom:1px solid rgb(153 153 153 / 20%);border-radius:4px 4px 0 0}
.ant-modal-body{padding:24px;font-size:14px;line-height:1.5;word-wrap:break-word}
-.ant-modal-footer{padding:10px 16px;text-align:right;background:0 0;border-top:1px solid #e8e8e8;border-radius:0 0 4px 4px}
+.ant-modal-footer{padding:10px 16px;text-align:right;background:0 0;border-top:1px solid rgb(153 153 153 / 20%);border-radius:0 0 4px 4px}
.ant-modal-footer button+button{margin-bottom:0;margin-left:8px}
.ant-modal.zoom-appear,.ant-modal.zoom-enter{transform:none;opacity:0;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.ant-modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;height:100%;background-color:rgba(0,0,0,.45);filter:alpha(opacity=50)}
diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css
index d0deb71c..55d24888 100644
--- a/web/assets/css/custom.css
+++ b/web/assets/css/custom.css
@@ -268,15 +268,15 @@
.ant-dropdown-menu-dark,
.ant-card-dark .ant-modal-content {
- border: 1px solid rgba(255, 255, 255, 0.65);
- box-shadow: 0 2px 8px rgba(255,255,255,.15);
+ border: 1px solid rgb(153 153 153 / 20%);
+ box-shadow: 0 1px 10px -1px #0000005c;
}
.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: #222a37;
+ background-color: #1a212a;
}
.ant-card-dark .ant-calendar-selected-day .ant-calendar-date {