Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
Diffstat (limited to 'skins')
-rw-r--r--skins/elastic/styles/widgets/forms.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/skins/elastic/styles/widgets/forms.less b/skins/elastic/styles/widgets/forms.less
index c9b8be29e..69a2b21ee 100644
--- a/skins/elastic/styles/widgets/forms.less
+++ b/skins/elastic/styles/widgets/forms.less
@@ -1247,6 +1247,12 @@ html.ms .propform {
&::placeholder {
color: @color-input-placeholder;
}
+
+ // Note: This must be a separate rule
+ &::-ms-input-placeholder,
+ &::-webkit-input-placeholder {
+ color: @color-input-placeholder;
+ }
}
.invalid-feedback {