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-12 13:49:16 +0300
committerGitHub <noreply@github.com>2023-12-12 13:49:16 +0300
commit775042459d804de953f5f603f97b35833f6a4803 (patch)
tree564f6c250d642a666ec8c905c21687560a7720d8 /web/html/xui/inbound_client_table.html
parentaf54b34f3a4035cebecf9e614142b6ad5ac06c40 (diff)
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
Diffstat (limited to 'web/html/xui/inbound_client_table.html')
-rw-r--r--web/html/xui/inbound_client_table.html2
1 files changed, 1 insertions, 1 deletions
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"}}'>
- <a-icon slot="icon" type="question-circle-o" :style="themeSwitcher.isDarkTheme ? 'color: #3c89e8' : 'color: blue'"></a-icon>
+ <a-icon slot="icon" type="question-circle-o" :style="themeSwitcher.isDarkTheme ? 'color: #008771' : 'color: #008771'"></a-icon>
<a-icon style="font-size: 24px; cursor: pointer;" class="normal-icon" type="retweet" v-if="client.email.length > 0"></a-icon>
</a-popconfirm>
</a-tooltip>