aboutsummaryrefslogtreecommitdiff
path: root/editor/editor.css
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2022-02-07 16:09:50 +0100
committerSébastien Dailly <sebastien@dailly.me>2022-02-07 16:43:33 +0100
commit37485464a4da41462fc285d03229221f44860397 (patch)
tree38e9969c62e865ba7d9e258eb8c5d22172496ded /editor/editor.css
parent7c23b96ce5634550341b9554eda9d7c89a79e3c0 (diff)
Changed the application structure in the editor
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);
}