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:
authorAleksander Machniak <alec@alec.pl>2019-09-04 09:44:37 +0300
committerAleksander Machniak <alec@alec.pl>2019-09-04 09:44:37 +0300
commit48f0f118074af42d91bd73e9f41bb96a36e07b64 (patch)
treef03322c503a95f1ea6228b7bc757dc183fe9b632 /skins
parent707e070a77d4b4ca36a530ae2722fc51cefdcb57 (diff)
Elastic: Fix color of input placeholder in Edge and some older browsers
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 {