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>2023-12-21 20:08:44 +0300
committerGitHub <noreply@github.com>2023-12-21 20:08:44 +0300
commitbcfa47e2ad116074fa9695275309c03f9ba7ae90 (patch)
tree29ef90e7776274b7a639720251626118026bbd3b /web/assets/css
parent77776e1a623e2223a75d9d588cc6dd96539724fa (diff)
Minor Fixes (#1421)
* Update login.html * Update custom.css * Update translate.fa_IR.toml * Update translate.fa_IR.toml * Update translate.en_US.toml
Diffstat (limited to 'web/assets/css')
-rw-r--r--web/assets/css/custom.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css
index 4ef4b436..ca7d23b1 100644
--- a/web/assets/css/custom.css
+++ b/web/assets/css/custom.css
@@ -1117,3 +1117,7 @@ li.ant-select-dropdown-menu-item:empty:after {
padding: 0.5rem;
border-radius: 1rem;
}
+
+.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;
+}