diff src/themes/defaultdark.css @ 43:ab852c9f04c3

use buttons
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 29 Aug 2022 23:33:11 -0600
parents 2606bfb75529
children
line wrap: on
line diff
--- a/src/themes/defaultdark.css	Mon Aug 29 22:36:31 2022 -0600
+++ b/src/themes/defaultdark.css	Mon Aug 29 23:33:11 2022 -0600
@@ -17,14 +17,8 @@
 	background: #303030;
 	border-bottom: 1px solid #000;
 }
-.sceditor-button:hover,
-.sceditor-button:active,
-.sceditor-button.active {
+.sceditor-toolbar button:hover,
+.sceditor-toolbar button:active,
+.sceditor-toolbar button.active {
 	background: #6b6b6b;
 }
-.sceditor-button svg {
-	fill: #fff;
-}
-.sceditor-button.disabled svg {
-	fill: #777;
-}