From ce20e4f471ea3acd645f866240b0437eddb6bf6f Mon Sep 17 00:00:00 2001 From: armata Date: Sat, 24 Jun 2017 10:15:03 +0200 Subject: [PATCH] fix dark theme button hover color --- stylesheets/android-dark.scss | 6 ++++++ stylesheets/manifest.css | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/stylesheets/android-dark.scss b/stylesheets/android-dark.scss index dcc1c6eb0..e417a6dad 100644 --- a/stylesheets/android-dark.scss +++ b/stylesheets/android-dark.scss @@ -242,4 +242,10 @@ $text-dark: #CCCCCC; } } } + .choose-file button:hover { + background-color: $grey-dark; + } + .capture-audio button:hover { + background-color: $grey-dark; + } } diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index d4520ba9f..85033d775 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -2178,5 +2178,9 @@ li.entry .error-icon-container { background-color: white; } .android-dark .discussion-container .scroll-down-button-view button.new-messages:hover { background-color: #1472bd; } + .android-dark .choose-file button:hover { + background-color: #333333; } + .android-dark .capture-audio button:hover { + background-color: #333333; } /*# sourceMappingURL=manifest.css.map */