From cde49ba83ce741ad3af32c007ad3f4d3ef06c5a3 Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Wed, 18 May 2016 13:40:26 +0530 Subject: [PATCH] UX: change textarea background color based on theme on mobile --- app/assets/stylesheets/mobile/discourse.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/mobile/discourse.scss b/app/assets/stylesheets/mobile/discourse.scss index afb2c7a241f..6354b9c42ec 100644 --- a/app/assets/stylesheets/mobile/discourse.scss +++ b/app/assets/stylesheets/mobile/discourse.scss @@ -4,6 +4,9 @@ body { background-color: $secondary; + textarea { + background-color:$secondary; + } } // This sets the space between the application content and the edge of the