summaryrefslogtreecommitdiff
path: root/editor/editor.css
diff options
context:
space:
mode:
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);
}