diff src/themes/default.css @ 46:ab2dc8736d88

fix paste html and cleanup
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 30 Aug 2022 14:33:27 -0600
parents 48c153a1a6cf
children
line wrap: on
line diff
--- a/src/themes/default.css	Tue Aug 30 02:03:50 2022 -0600
+++ b/src/themes/default.css	Tue Aug 30 14:33:27 2022 -0600
@@ -28,8 +28,6 @@
 .sceditor-container *,
 .sceditor-container *:before,
 .sceditor-container *:after {
-	-webkit-box-sizing: content-box;
-	-moz-box-sizing: content-box;
 	box-sizing: content-box;
 }
 .sceditor-container,
@@ -148,8 +146,6 @@
 div.sceditor-dropdown *,
 div.sceditor-dropdown *:before,
 div.sceditor-dropdown *:after {
-	-webkit-box-sizing: border-box;
-	-moz-box-sizing: border-box;
 	box-sizing: border-box;
 }
 div.sceditor-dropdown a,
@@ -273,7 +269,7 @@
 	background-clip: padding-box;
 }
 div.sceditor-group {
-	display: inline-block;
+	display: inline-flex;
 	background: #ddd;
 	margin: 1px 5px 1px 0;
 	padding: 1px;
@@ -287,7 +283,7 @@
 	border: 0;
 	background: transparent;
 	cursor: pointer;
-	width: 26px;
+	min-width: 26px;
 	height: 26px;
 	border-radius: 3px;
 	display: inline-flex;