summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_inputs.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/components/_inputs.scss')
-rw-r--r--webapp/sass/components/_inputs.scss20
1 files changed, 20 insertions, 0 deletions
diff --git a/webapp/sass/components/_inputs.scss b/webapp/sass/components/_inputs.scss
index adf3967e6..857772d7c 100644
--- a/webapp/sass/components/_inputs.scss
+++ b/webapp/sass/components/_inputs.scss
@@ -45,3 +45,23 @@ input {
margin-top: 3px;
}
}
+
+::-webkit-input-placeholder { /* Chrome/Opera/Safari */
+ color: inherit;
+ opacity: 0.5;
+}
+
+::-moz-placeholder { /* Firefox 19+ */
+ color: inherit;
+ opacity: 0.5;
+}
+
+:-ms-input-placeholder { /* IE 10+ */
+ color: inherit;
+ opacity: 0.5;
+}
+
+:-moz-placeholder { /* Firefox 18- */
+ color: inherit;
+ opacity: 0.5;
+}