From a5767d8b6805f6a19a9f387779360066164d50cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Thu, 12 Mar 2020 15:01:30 +0000 Subject: [PATCH] fix hover color of markdown toolbar buttons --- www/kanban/app-kanban.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/www/kanban/app-kanban.less b/www/kanban/app-kanban.less index 190b4feb3..8ff066381 100644 --- a/www/kanban/app-kanban.less +++ b/www/kanban/app-kanban.less @@ -95,6 +95,12 @@ .cp-markdown-toolbar { background-color: #eee; color: @cryptpad_text_col; + button { + &:hover { + background-color: @cryptpad_text_col; + color: white; + } + } } margin-bottom: 15px; }