comparison src/themes/default.css @ 42:69654081643b

css cleanup
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 29 Aug 2022 22:36:31 -0600
parents 2dfdaaac9482
children ab852c9f04c3
comparison
equal deleted inserted replaced
41:7491026f7623 42:69654081643b
100 bottom: 0; 100 bottom: 0;
101 right: 0; 101 right: 0;
102 z-index: 3; 102 z-index: 3;
103 line-height: 0; 103 line-height: 0;
104 } 104 }
105 div.sceditor-grip.has-icon {
106 background-image: none;
107 }
108 .sceditor-maximize { 105 .sceditor-maximize {
109 position: fixed; 106 position: fixed;
110 top: 0; 107 top: 0;
111 left: 0; 108 left: 0;
112 height: 100% !important; 109 height: 100% !important;
321 } 318 }
322 .sceditor-button.disabled img { 319 .sceditor-button.disabled img {
323 opacity: 0.3; 320 opacity: 0.3;
324 } 321 }
325 322
326 .text .sceditor-button,
327 .text .sceditor-button div,
328 .sceditor-button.text,
329 .sceditor-button.text div,
330 .text-icon .sceditor-button,
331 .text-icon .sceditor-button div,
332 .sceditor-button.text-icon,
333 .sceditor-button.text-icon div {
334 display: inline-block;
335 width: auto;
336 line-height: 16px;
337 font-size: 1em;
338 color: inherit;
339 text-indent: 0;
340 }
341 .text-icon .sceditor-button.has-icon div,
342 .sceditor-button.has-icon div,
343 .text .sceditor-button div,
344 .sceditor-button.text div {
345 padding: 0 2px;
346 background: none;
347 }
348 .text .sceditor-button svg,
349 .sceditor-button.text svg {
350 display: none;
351 }
352 .text-icon .sceditor-button div,
353 .sceditor-button.text-icon div {
354 padding: 0 2px 0 20px;
355 }
356 .rtl div.sceditor-toolbar { 323 .rtl div.sceditor-toolbar {
357 text-align: right; 324 text-align: right;
358 } 325 }
359 .rtl .sceditor-button { 326 .rtl .sceditor-button {
360 float: right; 327 float: right;