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
diff options
context:
space:
mode:
authorTara Rostami <132676256+TaraRostami@users.noreply.github.com>2024-02-17 19:22:23 +0300
committerGitHub <noreply@github.com>2024-02-17 19:22:23 +0300
commit73718a5dc55595b34094239b4d5728df66417e76 (patch)
tree73809cafcfbda769f91621a44f81b08eccaf7222 /web/assets/css
parentbb9d00a0b31b7b3ac11ab004234a7bec580d42c0 (diff)
UI improvements (#1813)
Diffstat (limited to 'web/assets/css')
-rw-r--r--web/assets/css/custom.css26
1 files changed, 20 insertions, 6 deletions
diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css
index ca7d23b1..c41bcc16 100644
--- a/web/assets/css/custom.css
+++ b/web/assets/css/custom.css
@@ -1050,12 +1050,17 @@ li.ant-select-dropdown-menu-item:empty:after {
color: rgba(255, 255, 255, 0.25);
}
+.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(
+ :last-child
+ ),
+.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(
+ :last-child
+ ),
+.ant-input-group.ant-input-group-compact
+ > .ant-input:not(:first-child):not(:last-child),
+.ant-input-number-handler,
.ant-input-number-handler-wrap {
- border-radius: 0;
-}
-
-.ant-input-number-handler {
- border-radius: 0;
+ border-radius: 0;
}
.ant-input-number {
@@ -1089,7 +1094,8 @@ li.ant-select-dropdown-menu-item:empty:after {
> td,
.ant-table-thead
> tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)
- > td {
+ > td,
+.ant-calendar-time-picker-select li:hover {
background-color: rgb(232 244 242);
}
@@ -1121,3 +1127,11 @@ li.ant-select-dropdown-menu-item:empty:after {
.ant-input-group-addon:not(:first-child):not(:last-child), .ant-input-group-wrap:not(:first-child):not(:last-child), .ant-input-group>.ant-input:not(:first-child):not(:last-child) {
border-radius: 0rem 1rem 1rem 0rem;
}
+
+.ant-tag {
+ margin-right: 6px;
+}
+
+b, strong {
+ font-weight: 500;
+}