summaryrefslogtreecommitdiff
path: root/roundcubemail
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-04-08 08:36:15 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-04-08 08:36:15 +0000
commitca8dd91021c5e298689e62fb31576d8045c376c3 (patch)
tree8bc74012dd50cbaed7979ce72a9bf5586db09f41 /roundcubemail
parent1fa591ff17dff2c8875e322294c60c13782d22e5 (diff)
- Fix placeholder text color in Firefox (#1488419)
git-svn-id: https://svn.roundcube.net/trunk@6051 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
-rw-r--r--roundcubemail/skins/default/common.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css
index 3e8bee71a..95fbb8837 100644
--- a/roundcubemail/skins/default/common.css
+++ b/roundcubemail/skins/default/common.css
@@ -79,7 +79,9 @@ input, textarea
}
input.placeholder,
-textarea.placeholder
+textarea.placeholder,
+input:-moz-placeholder,
+textarea:-moz-placeholder
{
color: #aaa;
}