From a6e30a95b5dcd34fb9e65d9a26f0844ec75bb004 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Thu, 3 Jun 2021 11:41:28 +0200 Subject: Greyed the delete button on main page --- editor/editor.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'editor/editor.css') diff --git a/editor/editor.css b/editor/editor.css index fde771d..d3700c2 100644 --- a/editor/editor.css +++ b/editor/editor.css @@ -447,16 +447,15 @@ footnote::after { border: 0px } -.action-button.active { - background-color: white; - color: #333; - border-radius: 5px; +.action-button:disabled { + color: grey; } -.action-button:hover { +.action-button:enabled:hover { border-bottom: 1px solid white; } -.action-button:active { + +.action-button:enabled:active { transform: translateY(1px); } -- cgit v1.2.3