diff options
| author | Alireza Ahmadi <alireza7@gmail.com> | 2023-12-08 21:44:09 +0300 |
|---|---|---|
| committer | Alireza Ahmadi <alireza7@gmail.com> | 2023-12-08 21:44:09 +0300 |
| commit | 68ee4e003c7189ca9530f8c1cb70a623ab47831c (patch) | |
| tree | 718f85af965a10ad4e17a9d4a27743cc38bfe507 /web/html/xui/inbound_client_table.html | |
| parent | f46ed6267c6fb79750b814ed18ab2537bfc7b45c (diff) | |
css correction #1300
Diffstat (limited to 'web/html/xui/inbound_client_table.html')
| -rw-r--r-- | web/html/xui/inbound_client_table.html | 2 |
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 cc626606..13add97f 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="color: blue"></a-icon> + <a-icon slot="icon" type="question-circle-o" :style="themeSwitcher.isDarkTheme ? 'color: #3c89e8' : 'color: blue'"></a-icon> <a-icon style="font-size: 24px;" class="normal-icon" type="retweet" v-if="client.email.length > 0"></a-icon> </a-popconfirm> </a-tooltip> |
