From faf4daa577c8f65fe2aee99a2b6b918bb751529f Mon Sep 17 00:00:00 2001 From: zadam Date: Wed, 20 May 2020 19:14:07 +0200 Subject: [PATCH] shadow on hover for title bar buttons --- src/public/app/widgets/title_bar_buttons.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/public/app/widgets/title_bar_buttons.js b/src/public/app/widgets/title_bar_buttons.js index 7c3084353..6be2e2dae 100644 --- a/src/public/app/widgets/title_bar_buttons.js +++ b/src/public/app/widgets/title_bar_buttons.js @@ -17,6 +17,10 @@ const TPL = ` padding-left: 10px; padding-right: 10px; } + + .title-bar-buttons button:hover { + background-color: var(--accented-background-color) !important; + } @@ -62,4 +66,4 @@ export default class TitleBarButtonsWidget extends BasicWidget { return this.$widget; } -} \ No newline at end of file +}