comparison src/themes/default.css @ 44:48c153a1a6cf

fix grip
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 30 Aug 2022 01:52:16 -0600
parents ab852c9f04c3
children ab2dc8736d88
comparison
equal deleted inserted replaced
43:ab852c9f04c3 44:48c153a1a6cf
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 img {
106 width: 100%;
107 }
105 .sceditor-maximize { 108 .sceditor-maximize {
106 position: fixed; 109 position: fixed;
107 top: 0; 110 top: 0;
108 left: 0; 111 left: 0;
109 height: 100% !important; 112 height: 100% !important;
263 overflow: hidden; 266 overflow: hidden;
264 padding: 3px 5px 2px; 267 padding: 3px 5px 2px;
265 background: #f7f7f7; 268 background: #f7f7f7;
266 border-bottom: 1px solid #c0c0c0; 269 border-bottom: 1px solid #c0c0c0;
267 line-height: 0; 270 line-height: 0;
268 text-align: left;
269 user-select: none; 271 user-select: none;
270 border-radius: 3px 3px 0 0; 272 border-radius: 3px 3px 0 0;
271 background-clip: padding-box; 273 background-clip: padding-box;
272 } 274 }
273 div.sceditor-group { 275 div.sceditor-group {
305 } 307 }
306 .sceditor-toolbar button.disabled img { 308 .sceditor-toolbar button.disabled img {
307 opacity: 0.3; 309 opacity: 0.3;
308 } 310 }
309 311
310 .rtl div.sceditor-toolbar { 312 [dir="rtl"] div.sceditor-grip {
311 text-align: right;
312 }
313 .rtl .sceditor-toolbar button {
314 float: right;
315 }
316 .rtl div.sceditor-grip {
317 right: auto; 313 right: auto;
318 left: 0; 314 left: 0;
319 } 315 transform: scaleX(-1);
316 }