aboutsummaryrefslogtreecommitdiff
path: root/editor/editor.css
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor.css')
-rw-r--r--editor/editor.css15
1 files changed, 12 insertions, 3 deletions
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);
}