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 */