From 37485464a4da41462fc285d03229221f44860397 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Mon, 7 Feb 2022 16:09:50 +0100 Subject: Changed the application structure in the editor --- editor/editor.css | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'editor/editor.css') diff --git a/editor/editor.css b/editor/editor.css index 09fc472..0be2237 100644 --- a/editor/editor.css +++ b/editor/editor.css @@ -442,11 +442,20 @@ footnote::after { } .action-button { - background-color: unset; - color: unset; - border: 0px + background-color: unset; + color: unset; + border: 0px } +.action-button.active { + background-color: white; + color: #333; + border-radius: 5px; +} + +.action-button:hover { + border-bottom: 1px solid white; +} .action-button:active { transform: translateY(1px); } -- cgit v1.2.3