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:
authorMHSanaei <ho3ein.sanaei@gmail.com>2024-03-12 23:41:04 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-03-12 23:45:17 +0300
commite7ae846823ffb787ebb51fdf560562231af50cab (patch)
tree611488eea8e5c9593cbb625a4781db788ca7b89e /web/html/xui/inbounds.html
parentb042f01e5801669718060d3266aeccf107d0b0bd (diff)
[ui] remove online animation
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/html/xui/inbounds.html')
-rw-r--r--web/html/xui/inbounds.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html
index 1177118c..aeab3db3 100644
--- a/web/html/xui/inbounds.html
+++ b/web/html/xui/inbounds.html
@@ -36,13 +36,6 @@
.ant-collapse {
margin: 5px 0;
}
- .online-animation .ant-badge-status-dot {
- animation: 1.2s ease infinite normal none running onlineAnimation;
- }
- @keyframes onlineAnimation {
- 0%, 50%, 100% { transform: scale(1); opacity: 1; }
- 10% { transform: scale(1.5); opacity: .2; }
- }
.info-large-tag {
max-width: 200px;
overflow: hidden;