There was an error while loading. Please reload this page.
1 parent 756cf20 commit dd0c409Copy full SHA for dd0c409
1 file changed
css/forms.css
@@ -27,6 +27,15 @@ html {
27
scroll-padding-top: calc(var(--header-height) + 60px);
28
}
29
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
+
39
/* Fix for action-popover alignment
40
* TODO: Can be removed, as soon as the issue is solved in server or vue-components.
41
* Ref.: https://github.com/nextcloud/nextcloud-vue/issues/1384
0 commit comments