diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css
index e60cc4a7..bac5c12e 100644
--- a/web/assets/css/custom.css
+++ b/web/assets/css/custom.css
@@ -404,6 +404,10 @@ style attribute {
color: #e04141;
}
+.ant-input::placeholder{
+ opacity: 0.5;
+}
+
.ant-input:hover,
.ant-input:focus {
background-color: #edf4fa;
diff --git a/web/html/xui/index.html b/web/html/xui/index.html
index fac8e786..59c27c59 100644
--- a/web/html/xui/index.html
+++ b/web/html/xui/index.html
@@ -281,8 +281,7 @@
-
[[ logModal.logs ]]