aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/input.scss
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-12-15 14:44:46 +0100
committerLibravatar GitHub <noreply@github.com>2017-12-15 14:44:46 +0100
commitdc1dd2e857114fac2462f18ea774ddacb287fa81 (patch)
tree32b701de50c505abc95ceddc7c429df85c81f041 /src/styles/input.scss
parentRemove IME handlers (diff)
parentMerge pull request #475 from meetfranz/feature/service-improvements (diff)
downloadferdium-app-dc1dd2e857114fac2462f18ea774ddacb287fa81.tar.gz
ferdium-app-dc1dd2e857114fac2462f18ea774ddacb287fa81.tar.zst
ferdium-app-dc1dd2e857114fac2462f18ea774ddacb287fa81.zip
Merge branch 'develop' into feature/macOS-copy-paste
Diffstat (limited to 'src/styles/input.scss')
-rw-r--r--src/styles/input.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/styles/input.scss b/src/styles/input.scss
index 814dce5f8..7042f56e8 100644
--- a/src/styles/input.scss
+++ b/src/styles/input.scss
@@ -47,6 +47,10 @@
47 padding: 8px; 47 padding: 8px;
48 // font-size: 18px; 48 // font-size: 18px;
49 color: $theme-gray; 49 color: $theme-gray;
50
51 &::placeholder {
52 color: lighten($theme-gray-light, 10%);
53 }
50 } 54 }
51 55
52 .franz-form__input-prefix, 56 .franz-form__input-prefix,