aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/inputs.scss
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-08-25 14:25:56 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-08-26 19:51:10 +0200
commitf1ce2c2b9303426266a81cacb8efb4ebdb6d2458 (patch)
tree51863c552a0ab5576606fcae2fc823bb74440e3d /core/css/inputs.scss
parent1d35a53991f356976d78b8053651737821502687 (diff)
downloadnextcloud-server-f1ce2c2b9303426266a81cacb8efb4ebdb6d2458.tar.gz
nextcloud-server-f1ce2c2b9303426266a81cacb8efb4ebdb6d2458.zip
Fix rebasing issues and improve profile settings page a bit more
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'core/css/inputs.scss')
-rw-r--r--core/css/inputs.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/inputs.scss b/core/css/inputs.scss
index 19c0c32eae8..dfe62bd44bf 100644
--- a/core/css/inputs.scss
+++ b/core/css/inputs.scss
@@ -1000,4 +1000,5 @@ label.infield {
::-ms-input-placeholder,
::-webkit-input-placeholder {
color: var(--color-text-maxcontrast);
+ font-size: var(--default-font-size);
}