Skip to content

Commit 226a39a

Browse files
committed
Add css fix for upstream server styling issue
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent cacda69 commit 226a39a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

css/forms.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ html {
2727
scroll-padding-top: calc(var(--header-height) + 60px);
2828
}
2929

30+
/* Fix for placeholder styling
31+
* TODO: Can be removed, as soon as it is fixed in server
32+
* Ref.: https://github.com/nextcloud/server/pull/37522
33+
*/
34+
::placeholder {
35+
color: var(--color-text-maxcontrast);
36+
font-size: var(--default-font-size);
37+
}
38+
3039
/* Fix for action-popover alignment
3140
* TODO: Can be removed, as soon as the issue is solved in server or vue-components.
3241
* Ref.: https://github.com/nextcloud/nextcloud-vue/issues/1384

0 commit comments

Comments
 (0)