diff --git a/templates/common/base.html b/templates/common/base.html
index 00697a26..54005e8e 100644
--- a/templates/common/base.html
+++ b/templates/common/base.html
@@ -330,6 +330,12 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
font-weight: 600 !important;
font-size: 1.3rem !important;
}
+
+ .readonly-input {
+ color: var(--bs-text-gray-800);
+ font-weight: 500 !important;
+ font-size: 1.1rem !important;
+ }
{{- end}}
diff --git a/templates/webadmin/folder.html b/templates/webadmin/folder.html
index f87f18a1..8991baed 100644
--- a/templates/webadmin/folder.html
+++ b/templates/webadmin/folder.html
@@ -91,8 +91,8 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
{{- end}}
diff --git a/templates/webadmin/group.html b/templates/webadmin/group.html
index b4fa13e5..d2a78e77 100644
--- a/templates/webadmin/group.html
+++ b/templates/webadmin/group.html
@@ -27,8 +27,8 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
diff --git a/templates/webadmin/role.html b/templates/webadmin/role.html
index 9d7a286c..d8830d53 100644
--- a/templates/webadmin/role.html
+++ b/templates/webadmin/role.html
@@ -27,8 +27,8 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
diff --git a/templates/webadmin/user.html b/templates/webadmin/user.html
index 82aa7435..6fb0978a 100644
--- a/templates/webadmin/user.html
+++ b/templates/webadmin/user.html
@@ -99,8 +99,8 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
{{- end}}
diff --git a/templates/webclient/profile.html b/templates/webclient/profile.html
index 5eb38955..e572f43d 100644
--- a/templates/webclient/profile.html
+++ b/templates/webclient/profile.html
@@ -26,16 +26,16 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
diff --git a/templates/webclient/share.html b/templates/webclient/share.html
index b2440a99..4bc2a8c5 100644
--- a/templates/webclient/share.html
+++ b/templates/webclient/share.html
@@ -26,8 +26,8 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).