summaryrefslogtreecommitdiff
path: root/editor/editor.css
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-06-03 11:41:28 +0200
committerSébastien Dailly <sebastien@dailly.me>2022-02-07 16:43:33 +0100
commita6e30a95b5dcd34fb9e65d9a26f0844ec75bb004 (patch)
treeda22adc487aa729e5c18f9c282eb48a77a54d7c1 /editor/editor.css
parent8bb6631ea1c8f54071d09ced2d62a16d6319e6f6 (diff)
Greyed the delete button on main page
Diffstat (limited to 'editor/editor.css')
-rw-r--r--editor/editor.css11
1 files changed, 5 insertions, 6 deletions
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);
}