We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cacda69 commit 226a39aCopy full SHA for 226a39a
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