From 4a616a0c0468a81f973e558cf330ff0be593759c Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 18 May 2013 19:40:26 +0200 Subject: [PATCH] Placeholder styling --- couchpotato/static/style/main.css | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/couchpotato/static/style/main.css b/couchpotato/static/style/main.css index 39aa2693..97983130 100644 --- a/couchpotato/static/style/main.css +++ b/couchpotato/static/style/main.css @@ -35,11 +35,21 @@ input:focus, textarea:focus { outline: none; } -input:-moz-placeholder, textarea:-moz-placeholder { - color: rgba(255, 255, 255, 0.6); +::-moz-placeholder { + color: rgba(255, 255, 255, 0.5); + font-style: italic; } -::-webkit-input-placeholder, ::-webkit-textarea-placeholder { - color: rgba(255, 255, 255, 0.6); +input:-moz-placeholder { + color: rgba(255, 255, 255, 0.5); + font-style: italic; +} +::-webkit-input-placeholder { + color: rgba(255, 255, 255, 0.5); + font-style: italic; +} +:-ms-input-placeholder { + color: rgba(255, 255, 255, 0.5) !important; + font-style: italic; } a img {