Work on client modes

This commit is contained in:
Zef Hemel
2023-08-29 21:17:29 +02:00
parent 5ff1a8bae3
commit 9a005f26b5
54 changed files with 594 additions and 302 deletions
+4
View File
@@ -71,6 +71,10 @@
cursor: pointer;
}
.sb-actions button.sb-enabled {
color: var(--action-button-active-color);
}
.sb-actions button:hover {
color: var(--action-button-hover-color);
}
+2
View File
@@ -45,6 +45,7 @@ html {
--action-button-background-color: transparent;
--action-button-color: #292929;
--action-button-hover-color: #0772be;
--action-button-active-color: #0772be;
--editor-caret-color: black;
--editor-selection-background-color: #d7e1f6;
@@ -159,6 +160,7 @@ html[data-theme="dark"] {
--action-button-background-color: transparent;
--action-button-color: #adadad;
--action-button-hover-color: #37a1ed;
--action-button-active-color: #37a1ed;
--editor-caret-color: #fff;
--editor-selection-background-color: #d7e1f630;