From 752ebde7ff5fe4a42f2a25ec9ceb495beec19b1d Mon Sep 17 00:00:00 2001 From: Ikarulus Date: Fri, 26 May 2017 12:43:12 +0200 Subject: [PATCH] add hover event --- stylesheets/android-dark.scss | 3 +++ stylesheets/manifest.css | 2 ++ 2 files changed, 5 insertions(+) diff --git a/stylesheets/android-dark.scss b/stylesheets/android-dark.scss index 0b6af5c1d..08101f377 100644 --- a/stylesheets/android-dark.scss +++ b/stylesheets/android-dark.scss @@ -26,6 +26,9 @@ $text-dark: #CCCCCC; button, .confirmation-dialog .content .buttons button { background-color: $button-dark; border: 1px solid $grey-dark_l2; + &:hover { + background-color: darken($button-dark, 8%); + } } .message-detail, .message-container, .conversation, .discussion-container { diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 950f8d064..43525cb4b 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -1902,6 +1902,8 @@ li.entry .error-icon-container { .android-dark button, .android-dark .confirmation-dialog .content .buttons button { background-color: #ccc; border: 1px solid #292929; } + .android-dark button:hover, .android-dark .confirmation-dialog .content .buttons button:hover { + background-color: #b8b8b8; } .android-dark .message-detail, .android-dark .message-container, .android-dark .conversation, .android-dark .discussion-container { background-color: #171717; }