From bb5ebf39bd7c0d3cf55e161fffc672a62dd9ef4f Mon Sep 17 00:00:00 2001 From: Ikarulus Date: Mon, 5 Dec 2016 23:09:28 +0100 Subject: [PATCH] Changed debug log color in dark theme Fixes #990 --- stylesheets/android-dark.scss | 5 +++++ stylesheets/manifest.css | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/stylesheets/android-dark.scss b/stylesheets/android-dark.scss index fccd5c47c..a8a8d7856 100644 --- a/stylesheets/android-dark.scss +++ b/stylesheets/android-dark.scss @@ -40,6 +40,11 @@ $text-dark: #CCCCCC; background-color: $grey-dark; } } + .content textarea { + background-color: $grey-dark_l3; + border-width: 0px; + @include invert-text-color; + } .flex { background-color: $grey-dark_l3; .send-message { diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 53886dd60..f27332289 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -1725,6 +1725,13 @@ li.entry .error-icon-container { color: #CCCCCC; } .android-dark .menu-list li:hover { background-color: #333333; } + .android-dark .content textarea { + background-color: #171717; + border-width: 0px; + color: white; } + .android-dark .content textarea::selection { + background: white; + color: #454545; } .android-dark .flex { background-color: #171717; } .android-dark .flex .send-message {