Mercurial Hosting > sceditor
comparison 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 |
comparison
equal
deleted
inserted
replaced
45:bc1bce78276d | 46:ab2dc8736d88 |
---|---|
26 background-clip: padding-box; | 26 background-clip: padding-box; |
27 } | 27 } |
28 .sceditor-container *, | 28 .sceditor-container *, |
29 .sceditor-container *:before, | 29 .sceditor-container *:before, |
30 .sceditor-container *:after { | 30 .sceditor-container *:after { |
31 -webkit-box-sizing: content-box; | |
32 -moz-box-sizing: content-box; | |
33 box-sizing: content-box; | 31 box-sizing: content-box; |
34 } | 32 } |
35 .sceditor-container, | 33 .sceditor-container, |
36 .sceditor-container div, | 34 .sceditor-container div, |
37 div.sceditor-dropdown, | 35 div.sceditor-dropdown, |
146 box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2); | 144 box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2); |
147 } | 145 } |
148 div.sceditor-dropdown *, | 146 div.sceditor-dropdown *, |
149 div.sceditor-dropdown *:before, | 147 div.sceditor-dropdown *:before, |
150 div.sceditor-dropdown *:after { | 148 div.sceditor-dropdown *:after { |
151 -webkit-box-sizing: border-box; | |
152 -moz-box-sizing: border-box; | |
153 box-sizing: border-box; | 149 box-sizing: border-box; |
154 } | 150 } |
155 div.sceditor-dropdown a, | 151 div.sceditor-dropdown a, |
156 div.sceditor-dropdown a:link { | 152 div.sceditor-dropdown a:link { |
157 color: #333; | 153 color: #333; |
271 user-select: none; | 267 user-select: none; |
272 border-radius: 3px 3px 0 0; | 268 border-radius: 3px 3px 0 0; |
273 background-clip: padding-box; | 269 background-clip: padding-box; |
274 } | 270 } |
275 div.sceditor-group { | 271 div.sceditor-group { |
276 display: inline-block; | 272 display: inline-flex; |
277 background: #ddd; | 273 background: #ddd; |
278 margin: 1px 5px 1px 0; | 274 margin: 1px 5px 1px 0; |
279 padding: 1px; | 275 padding: 1px; |
280 border-bottom: 1px solid #aaa; | 276 border-bottom: 1px solid #aaa; |
281 border-radius: 3px; | 277 border-radius: 3px; |
285 .sceditor-toolbar button { | 281 .sceditor-toolbar button { |
286 padding: 0; | 282 padding: 0; |
287 border: 0; | 283 border: 0; |
288 background: transparent; | 284 background: transparent; |
289 cursor: pointer; | 285 cursor: pointer; |
290 width: 26px; | 286 min-width: 26px; |
291 height: 26px; | 287 height: 26px; |
292 border-radius: 3px; | 288 border-radius: 3px; |
293 display: inline-flex; | 289 display: inline-flex; |
294 justify-content: center; | 290 justify-content: center; |
295 align-items: center; | 291 align-items: center; |