PluginProbe
TablePress – Tables in WordPress made easy / 3.2
TablePress – Tables in WordPress made easy v3.2
3.3.4 3.3.3 3.3.2 3.3.1 trunk 1.12 1.14 1.9.2 2.0.4 2.1.7 2.1.8 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.3 2.3.1 2.3.2 2.4 2.4.1 2.4.2 2.4.3 2.4.4 All 44 releases
← All changes | admin/css/jsuites.css +157 -142 2.33.2 View file →
@@ -1,25 +1,16 @@
1 -/**
2 - * (c) jSuites Javascript Web Components
3 - *
4 - * Website: https://jsuites.net
5 - * Description: Create amazing web based applications.
6 - *
7 - * MIT License
8 - *
9 - */
10 -
11 1 :root {
12 - --button-color: #298BA8;
13 - --active-color: #007aff;
14 - --safe-area-top: env(safe-area-inset-top);
15 - --safe-area-bottom: env(safe-area-inset-bottom);
2 + --jbutton-color: #298BA8;
3 + --jactive-color: #007aff;
4 + --jsafe-area-top: env(safe-area-inset-top);
5 + --jsafe-area-bottom: env(safe-area-inset-bottom);
16 6 }
17 7
18 -[data-visible="false"] {
8 +[data-visible="false"], .row[data-visible="false"] {
19 9 display: none;
20 10 }
21 11
12 +
22 13 div[data-before]:before {
23 14 content: attr(data-before);
24 15 }
25 16
@@ -24,9 +15,8 @@
24 15 }
25 16
26 17 .unselectable {
27 18 -webkit-touch-callout: none;
28 - -webkit-user-select: none;
29 19 user-select: none;
30 20 }
31 21
32 22 .jreadonly {
@@ -93,9 +83,9 @@
93 83 max-height: 100%;
94 84 min-height: 180px;
95 85 }
96 86
97 -.jupload:not(.input):before {
87 +.jupload:not(.input):empty:before {
98 88 content: "\e2c3";
99 89 font-family: "Material Icons";
100 90 font-size: 90px;
101 91 color: #eee;
@@ -104,9 +94,8 @@
104 94 display: flex;
105 95 align-items: center;
106 96 justify-content: center;
107 97 position: absolute;
108 - z-index: -1;
109 98 }
110 99
111 100 .jupload-item {
112 101 padding-right: 22px;
@@ -159,9 +148,9 @@
159 148 padding: 8px;
160 149 margin: 10px;
161 150
162 151 display: block;
163 - animation: fadeIn 0.5s;
152 + animation: jfadeIn 0.5s;
164 153 pointer-events: none;
165 154 }
166 155
167 156 .jtooltip:empty {
@@ -167,9 +156,9 @@
167 156 .jtooltip:empty {
168 157 display: none;
169 158 }
170 159
171 -@keyframes fadeIn {
160 +@keyframes jfadeIn {
172 161 0% {
173 162 opacity: 0;
174 163 }
175 164 100% {
@@ -176,8 +165,95 @@
176 165 opacity: 1;
177 166 }
178 167 }
179 168
169 +.jpanel {
170 + position: absolute;
171 + box-sizing: border-box;
172 + z-index: 10;
173 +}
174 +
175 +.jpanel:focus {
176 + outline: 2px solid black;
177 + outline-offset: -1px;
178 +}
179 +
180 +.jpanel-action {
181 + position: absolute;
182 + width: 8px;
183 + height: 8px;
184 + background-color: white;
185 + border:1px solid black;
186 + box-sizing: border-box;
187 + pointer-events: auto;
188 + z-index: 1000;
189 +}
190 +
191 +.jpanel-action[data-position="n-resize"] {
192 + top: -4px;
193 + left: calc(50% - 4px);
194 +}
195 +
196 +.jpanel-action[data-position="ne-resize"] {
197 + top: -4px;
198 + left: calc(100% - 4px);
199 +}
200 +
201 +.jpanel-action[data-position="e-resize"] {
202 + top: calc(50% - 4px);
203 + left: calc(100% - 4px);
204 +}
205 +
206 +.jpanel-action[data-position="se-resize"] {
207 + top: calc(100% - 4px);
208 + left: calc(100% - 4px);
209 +}
210 +
211 +.jpanel-action[data-position="s-resize"] {
212 + top: calc(100% - 4px);
213 + left: calc(50% - 4px);
214 +}
215 +
216 +.jpanel-action[data-position="sw-resize"] {
217 + top: calc(100% - 4px);
218 + left: -4px;
219 +}
220 +
221 +.jpanel-action[data-position="w-resize"] {
222 + top: calc(50% - 4px);
223 + left: -4px;
224 +}
225 +
226 +.jpanel-action[data-position="nw-resize"] {
227 + top: -4px;
228 + left: -4px;
229 +}
230 +
231 +.jpanel-action[data-action="rotate"] {
232 + top: -50px;
233 + left: calc(50% - 12px);
234 + width: 24px;
235 + height: 24px;
236 + border: 0;
237 + cursor: move;
238 + background-color: transparent;
239 +}
240 +
241 +.jpanel-action[data-action="rotate"]:before {
242 + content: 'refresh';
243 + font-family: 'Material Icons';
244 + font-size: 24px;
245 +}
246 +
247 +.jpanel-action[data-action="rotate"]:after {
248 + position: absolute;
249 + content: '';
250 + bottom: -22px;
251 + left: calc(50%);
252 + width: 1px;
253 + height: 28px;
254 + background-color: black;
255 +}
180 256 /** Loading */
181 257 .jloading {
182 258 position:fixed;
183 259 z-index:10001;
@@ -200,16 +276,16 @@
200 276 border-color:white;
201 277 border-top-color:transparent;
202 278 border-width:4px;
203 279 border-radius:50%;
204 - animation: spin .8s linear infinite;
280 + animation: jspin .8s linear infinite;
205 281 }
206 282
207 -.jloading.spin {
283 +.jloading.jspin {
208 284 background-color:transparent;
209 285 }
210 286
211 -.jloading.spin::after {
287 +.jloading.jspin::after {
212 288 margin:0 auto;
213 289 margin-top:80px;
214 290 border-color:#aaa;
215 291 border-top-color:transparent;
@@ -215,136 +291,136 @@
215 291 border-top-color:transparent;
216 292 }
217 293
218 294 /** Animations **/
219 -.fade-in {
220 - animation: fade-in 2s forwards;
295 +.jfade-in {
296 + animation: jfade-in 2s forwards;
221 297 }
222 298
223 -.fade-out {
224 - animation: fade-out 1s forwards;
299 +.jfade-out {
300 + animation: jfade-out 1s forwards;
225 301 }
226 302
227 -.slide-left-in {
303 +.jslide-left-in {
228 304 position: relative;
229 - animation: slide-left-in 0.4s forwards;
305 + animation: jslide-left-in 0.4s forwards;
230 306 }
231 307
232 -.slide-left-out {
308 +.jslide-left-out {
233 309 position: relative;
234 - animation: slide-left-out 0.4s forwards;
310 + animation: jslide-left-out 0.4s forwards;
235 311 }
236 312
237 -.slide-right-in {
313 +.jslide-right-in {
238 314 position: relative;
239 - animation: slide-right-in 0.4s forwards;
315 + animation: jslide-right-in 0.4s forwards;
240 316 }
241 317
242 -.slide-right-out {
318 +.jslide-right-out {
243 319 position: relative;
244 - animation: slide-right-out 0.4s forwards;
320 + animation: jslide-right-out 0.4s forwards;
245 321 }
246 322
247 -.slide-top-in {
323 +.jslide-top-in {
248 324 position: relative;
249 - animation: slide-top-in 0.4s forwards;
325 + animation: jslide-top-in 0.4s forwards;
250 326 }
251 327
252 -.slide-top-out {
328 +.jslide-top-out {
253 329 position: relative;
254 - animation: slide-top-out 0.2s forwards;
330 + animation: jslide-top-out 0.2s forwards;
255 331 }
256 332
257 -.slide-bottom-in {
333 +.jslide-bottom-in {
258 334 position: relative;
259 - animation: slide-bottom-in 0.4s forwards;
335 + animation: jslide-bottom-in 0.4s forwards;
260 336 }
261 337
262 -.slide-bottom-out {
338 +.jslide-bottom-out {
263 339 position: relative;
264 - animation: slide-bottom-out 0.1s forwards;
340 + animation: jslide-bottom-out 0.1s forwards;
265 341 }
266 342
267 -.slide-left-in > div {
343 +.jslide-left-in > div {
268 344 -webkit-transform: translateZ(0px);
269 345 -webkit-transform: translate3d(0,0,0);
270 346 }
271 347
272 -.slide-left-out > div {
348 +.jslide-left-out > div {
273 349 -webkit-transform: translateZ(0px);
274 350 -webkit-transform: translate3d(0,0,0);
275 351 }
276 352
277 -.slide-right-in > div {
353 +.jslide-right-in > div {
278 354 -webkit-transform: translateZ(0px);
279 355 -webkit-transform: translate3d(0,0,0);
280 356 }
281 357
282 -.slide-right-out > div {
358 +.jslide-right-out > div {
283 359 -webkit-transform: translateZ(0px);
284 360 -webkit-transform: translate3d(0,0,0);
285 361 }
286 362
287 -.spin {
288 - animation: spin 2s infinite linear;
363 +.jspin {
364 + animation: jspin 2s infinite linear;
289 365 }
290 366
291 367 /** Fadein and Fadeout **/
292 -@keyframes fade-in {
368 +@keyframes jfade-in {
293 369 0% { opacity: 0; }
294 370 100% { opacity: 100; }
295 371 }
296 372
297 -@keyframes fade-out {
373 +@keyframes jfade-out {
298 374 0% { opacity: 100; }
299 375 100% { opacity: 0; }
300 376 }
301 377
302 378 /** Keyframes Left to Right **/
303 -@keyframes slide-left-in {
379 +@keyframes jslide-left-in {
304 380 0% { left: -100%; }
305 381 100% { left: 0%; }
306 382 }
307 383
308 -@keyframes slide-left-out {
384 +@keyframes jslide-left-out {
309 385 0% { left: 0%; }
310 386 100% { left: -100%; }
311 387 }
312 388
313 389 /** Keyframes Right to Left **/
314 -@keyframes slide-right-in {
390 +@keyframes jslide-right-in {
315 391 0% { left: 100%; }
316 392 100% { left: 0%; }
317 393 }
318 394
319 -@keyframes slide-right-out {
395 +@keyframes jslide-right-out {
320 396 0% { left: 0%; }
321 397 100% { left: 100%; }
322 398 }
323 399
324 400 /** Keyframes Top to Bottom **/
325 -@keyframes slide-top-in {
401 +@keyframes jslide-top-in {
326 402 0% { transform: translateY(-100%); }
327 403 100% { transform: translateY(0%); }
328 404 }
329 405
330 -@keyframes slide-top-out {
406 +@keyframes jslide-top-out {
331 407 0% { transform: translateY(0%); }
332 408 100% { transform: translateY(-100%); }
333 409 }
334 410
335 411 /** Keyframes Bottom to Top **/
336 -@keyframes slide-bottom-in {
412 +@keyframes jslide-bottom-in {
337 413 0% { transform: translateY(100%); }
338 414 100% { transform: translateY(0%); }
339 415 }
340 416
341 -@keyframes slide-bottom-out {
417 +@keyframes jslide-bottom-out {
342 418 0% { transform: translateY(0%); }
343 419 100% { transform: translateY(100%); }
344 420 }
345 421
346 -@keyframes spin {
422 +@keyframes jspin {
347 423 from {
348 424 transform:rotate(0deg);
349 425 }
350 426 to {
@@ -350,9 +426,8 @@
350 426 to {
351 427 transform:rotate(359deg);
352 428 }
353 429 }
354 -
355 430 .jcalendar {
356 431 position:absolute;
357 432 z-index:9000;
358 433 display:none;
@@ -357,9 +432,8 @@
357 432 z-index:9000;
358 433 display:none;
359 434 box-sizing:border-box;
360 435 -webkit-touch-callout: none;
361 - -webkit-user-select: none;
362 436 user-select: none;
363 437 -webkit-tap-highlight-color: rgba(0,0,0,0);
364 438 -webkit-tap-highlight-color: transparent;
365 439 min-width:280px;
@@ -488,9 +562,8 @@
488 562 border:0px;
489 563 padding:4px;
490 564 text-align:center;
491 565 font-size:1.1em;
492 - -webkit-user-select:none;
493 566 user-select:none;
494 567 margin-right:10px;
495 568 }
496 569
@@ -504,9 +577,9 @@
504 577
505 578 .jcalendar-reset, .jcalendar-confirm {
506 579 text-transform:uppercase;
507 580 cursor:pointer;
508 - color: var(--active-color);
581 + color: var(--jactive-color);
509 582 }
510 583
511 584 .jcalendar-controls {
512 585 padding:15px;
@@ -573,9 +646,8 @@
573 646
574 647 .jcolor-content {
575 648 position: absolute;
576 649 z-index: 9000;
577 - -webkit-user-select: none;
578 650 user-select: none;
579 651 -webkit-font-smoothing: antialiased;
580 652 font-size: .875rem;
581 653 letter-spacing: .2px;
@@ -599,9 +671,9 @@
599 671
600 672 .jcolor-controls div {
601 673 flex: 1;
602 674 font-size: 1em;
603 - color: var(--active-color);
675 + color: var(--jactive-color);
604 676 text-transform: uppercase;
605 677 font-weight: bold;
606 678 box-sizing: border-box;
607 679 }
@@ -667,9 +739,9 @@
667 739 z-index: 8000;
668 740 display: none;
669 741
670 742 -webkit-touch-callout: none; /* iOS Safari */
671 - -webkit-user-select: none; /* Safari */ /* Konqueror HTML */ /* Firefox */ /* Internet Explorer/Edge */
743 +/* Safari */ /* Konqueror HTML */ /* Firefox */ /* Internet Explorer/Edge */
672 744 user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
673 745 }
674 746
675 747 .jcolor-content .jtabs-content {
@@ -722,9 +794,9 @@
722 794 padding: 10px 20px 10px 10px;
723 795 }
724 796
725 797 .jcolor-sliders input {
726 - -webkit-appearance: none;
798 + appearance: none;
727 799
728 800 height: 12px;
729 801 width: 80%;
730 802
@@ -758,9 +830,9 @@
758 830 padding: 1px;
759 831 }
760 832
761 833 .jcolor-sliders-input-container input::-webkit-slider-thumb {
762 - -webkit-appearance: none;
834 + appearance: none;
763 835 height: 12px;
764 836 width: 12px;
765 837 border-radius: 50%;
766 838 background: #000;
@@ -768,9 +840,9 @@
768 840 cursor: pointer;
769 841 }
770 842
771 843 .jcolor-sliders-input-container input::-moz-range-thumb {
772 - -webkit-appearance: none;
844 + appearance: none;
773 845 height: 12px;
774 846 width: 12px;
775 847 border-radius: 50%;
776 848 background: #000;
@@ -779,9 +851,8 @@
779 851 }
780 852
781 853 .jcolor-sliders-final-color {
782 854 padding: 6px;
783 - -webkit-user-select: all;
784 855 user-select: all;
785 856 margin-top: 10px;
786 857 text-align: center;
787 858 }
@@ -806,9 +877,8 @@
806 877 padding-left: 15px !important;
807 878 padding-right: 15px !important;
808 879 font-size: 0.8em;
809 880 }
810 -
811 881 .jcontextmenu {
812 882 position:fixed;
813 883 z-index:10000;
814 884 background:#fff;
@@ -813,9 +883,8 @@
813 883 z-index:10000;
814 884 background:#fff;
815 885 color: #555;
816 886 font-size: 11px;
817 - -webkit-user-select: none;
818 887 user-select: none;
819 888 box-shadow: 2px 2px 2px 0px rgba(143, 144, 145, 1);
820 889 border: 1px solid #C6C6C6;
821 890 padding: 0px;
@@ -867,9 +936,10 @@
867 936 cursor: pointer;
868 937 }
869 938
870 939 .jcontextmenu > div span {
871 - margin-right:10px;
940 + margin-right: 10px;
941 + font-size: 0.9em;
872 942 }
873 943
874 944 .jcontextmenu .jcontextmenu-disabled a {
875 945 color: #ccc;
@@ -915,9 +985,9 @@
915 985 bottom: 0px !important;
916 986 width: 100vw;
917 987 height: 260px;
918 988 overflow: scroll;
919 - animation: slide-bottom-in 0.4s forwards;
989 + animation: jslide-bottom-in 0.4s forwards;
920 990 padding-top: 0px;
921 991 }
922 992 .jcontextmenu div {
923 993 width: 100%;
@@ -956,9 +1026,8 @@
956 1026
957 1027 .jdropdown {
958 1028 cursor:pointer;
959 1029 -webkit-touch-callout: none;
960 - -webkit-user-select: none;
961 1030 user-select: none;
962 1031 box-sizing: border-box;
963 1032 background:#fff;
964 1033 -webkit-tap-highlight-color: transparent;
@@ -1014,10 +1083,9 @@
1014 1083 background-image: url("data:image/svg+xml,%0A%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0V0z%27/%3E%3Cpath d=%27M7 10l5 5 5-5H7z%27 fill=%27gray%27/%3E%3C/svg%3E");
1015 1084 text-overflow: ellipsis;
1016 1085 cursor:pointer;
1017 1086 box-sizing: border-box;
1018 - -webkit-appearance: none;
1019 - -moz-appearance: none;
1087 + appearance: none;
1020 1088 padding-right:30px !important;
1021 1089 }
1022 1090
1023 1091 .jdropdown-insert-button {
@@ -1038,9 +1106,9 @@
1038 1106
1039 1107 .jdropdown-close {
1040 1108 display:none;
1041 1109 font-size:1em;
1042 - color: var(--active-color);
1110 + color: var(--jactive-color);
1043 1111 text-transform:uppercase;
1044 1112 text-align:right;
1045 1113 padding:12px;
1046 1114 font-weight:bold;
@@ -1487,9 +1555,8 @@
1487 1555 .jdropdown-item[data-disabled] {
1488 1556 opacity: 0.5;
1489 1557 pointer-events: none;
1490 1558 }
1491 -
1492 1559 .jeditor-container {
1493 1560 border:1px solid #ccc;
1494 1561 box-sizing: border-box;
1495 1562 }
@@ -1575,16 +1642,10 @@
1575 1642 right: 12px;
1576 1643 }
1577 1644
1578 1645 .jsnippet * {
1579 - -webkit-user-select: none;
1580 - -o-user-select: none;
1581 1646 user-select: none;
1582 -
1583 1647 -webkit-user-drag: none;
1584 - -khtml-user-drag: none;
1585 - -moz-user-drag: none;
1586 - -o-user-drag: none;
1587 1648 }
1588 1649
1589 1650 .jeditor img {
1590 1651 border:2px solid transparent;
@@ -1591,16 +1652,10 @@
1591 1652 box-sizing: border-box;
1592 1653 }
1593 1654
1594 1655 .jeditor img.resizing {
1595 - -webkit-user-select: none;
1596 - -o-user-select: none;
1597 1656 user-select: none;
1598 -
1599 1657 -webkit-user-drag: none;
1600 - -khtml-user-drag: none;
1601 - -moz-user-drag: none;
1602 - -o-user-drag: none;
1603 1658 }
1604 1659
1605 1660 .jeditor img:focus {
1606 1661 border: 2px solid #0096FD;
@@ -1615,9 +1670,8 @@
1615 1670 height:60px;
1616 1671 }
1617 1672
1618 1673 .jeditor-toolbar {
1619 - width: -moz-fit-content;
1620 1674 width: fit-content;
1621 1675 max-width: 100%;
1622 1676 box-sizing: border-box;
1623 1677 margin: 10px;
@@ -1673,17 +1727,14 @@
1673 1727 margin: -1em;
1674 1728 padding: 6px;
1675 1729 position: absolute;
1676 1730 }
1677 -
1678 1731 .jfloating {
1679 1732 position:fixed;
1680 1733 bottom:0px;
1681 1734 right:0px;
1682 1735 margin-right:5px;
1683 -
1684 - -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
1685 - -moz-box-shadow: 0 2px 10px rgba(0,0,0,.2);
1736 + box-shadow: 0 2px 10px rgba(0,0,0,.2);
1686 1737 border:1px solid #ccc;
1687 1738 background-color:#fff;
1688 1739 box-sizing: border-box;
1689 1740 padding-top:50px !important;
@@ -1760,10 +1811,9 @@
1760 1811 top:50%;
1761 1812 left:50%;
1762 1813 width:60%;
1763 1814 height:60%;
1764 - -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.2);
1765 - -moz-box-shadow: 0 2px 12px rgba(0,0,0,.2);
1815 + box-shadow: 0 2px 12px rgba(0,0,0,.2);
1766 1816 border:1px solid #ccc;
1767 1817 background-color:#fff;
1768 1818 transform: translate(-50%, -50%);
1769 1819 box-sizing: border-box;
@@ -1869,13 +1919,10 @@
1869 1919 border: 0px;
1870 1920 padding: 0px;
1871 1921 z-index: 8000;
1872 1922 display: none;
1873 -
1874 - -webkit-touch-callout: none; /* iOS Safari */
1875 - -webkit-user-select: none; /* Safari */ /* Konqueror HTML */ /* Firefox */ /* Internet Explorer/Edge */
1876 - user-select: none; /* Non-prefixed version, currently
1877 - supported by Chrome and Opera */
1923 + -webkit-touch-callout: none;
1924 + user-select: none;
1878 1925 }
1879 1926
1880 1927 .jmodal_content .jcalendar .jcalendar-content,
1881 1928 .jmodal_content .jdropdown-container {
@@ -1951,9 +1998,9 @@
1951 1998 }
1952 1999
1953 2000 @media (max-width: 800px) {
1954 2001 .jnotification {
1955 - top: calc(0px + var(--safe-area-top));
2002 + top: calc(0px + var(--jsafe-area-top));
1956 2003 width: 100%;
1957 2004 }
1958 2005 .jnotification-container {
1959 2006 background: rgba(255,255,255,0.95);
@@ -1979,12 +2026,12 @@
1979 2026 .jpicker {
1980 2027 cursor: pointer;
1981 2028 white-space: nowrap;
1982 2029 display: inline-flex;
1983 - -webkit-user-select: none;
1984 2030 user-select: none;
1985 2031 outline: none;
1986 2032 position: relative;
2033 + min-height: 26px;
1987 2034 }
1988 2035
1989 2036 .jpicker-header {
1990 2037 background-repeat: no-repeat;
@@ -1994,14 +2041,10 @@
1994 2041 cursor: pointer;
1995 2042 box-sizing: border-box;
1996 2043 text-align: left;
1997 2044 outline: none;
1998 -
1999 2045 line-height: 24px;
2000 - padding: 2px;
2001 - padding-left: 12px;
2002 - padding-right: 35px;
2003 - outline: none;
2046 + padding: 2px 35px 2px 12px;
2004 2047 border-radius: 4px;
2005 2048 }
2006 2049
2007 2050 .jpicker-header:hover {
@@ -2072,9 +2115,8 @@
2072 2115 .jprogressbar
2073 2116 {
2074 2117 cursor:pointer;
2075 2118 -webkit-touch-callout: none;
2076 - -webkit-user-select: none;
2077 2119 user-select: none;
2078 2120 box-sizing: border-box;
2079 2121 background:#fff;
2080 2122 -webkit-tap-highlight-color: transparent;
@@ -2128,9 +2170,8 @@
2128 2170
2129 2171 .jsearch {
2130 2172 position: relative;
2131 2173 display: none;
2132 - -webkit-user-select: none;
2133 2174 user-select: none;
2134 2175 }
2135 2176
2136 2177 .jsearch_container {
@@ -2149,9 +2190,8 @@
2149 2190 margin: 0;
2150 2191 min-width: 300px;
2151 2192 outline: none;
2152 2193 width: auto;
2153 - -webkit-user-select: none;
2154 2194 user-select: none;
2155 2195 }
2156 2196
2157 2197 .jsearch_container:empty:after {
@@ -2165,9 +2205,8 @@
2165 2205 padding: 5px 10px;
2166 2206 user-select: none;
2167 2207 align-items: center;
2168 2208
2169 - -webkit-user-select: none;
2170 2209 user-select: none;
2171 2210 }
2172 2211
2173 2212 .jsearch_container > div:hover {
@@ -2176,9 +2215,8 @@
2176 2215
2177 2216 .jsearch_container > div > img {
2178 2217 width: 32px;
2179 2218 height: 32px;
2180 - -webkit-user-select: none;
2181 2219 user-select: none;
2182 2220 border-radius: 16px;
2183 2221 margin-right: 2px;
2184 2222 }
@@ -2188,9 +2226,8 @@
2188 2226 text-overflow: ellipsis;
2189 2227 margin-left: 2px;
2190 2228 max-width: 300px;
2191 2229 white-space: nowrap;
2192 - -webkit-user-select: none;
2193 2230 user-select: none;
2194 2231 }
2195 2232
2196 2233 .jsearch_container .selected {
@@ -2268,11 +2305,8 @@
2268 2305 cursor:pointer;
2269 2306 z-index:3000;
2270 2307
2271 2308 display: flex;
2272 - display: -webkit-flex;
2273 - -webkit-justify-content: center;
2274 - -webkit-align-items: center;
2275 2309 justify-content: center;
2276 2310 align-items: center;
2277 2311 flex-direction: row;
2278 2312 }
@@ -2386,10 +2420,8 @@
2386 2420 bottom: 6px;
2387 2421 }
2388 2422
2389 2423 .jslider-grid img:first-child {
2390 - -ms-grid-column: 1;
2391 - -ms-grid-row: 1;
2392 2424 grid-column: 1;
2393 2425 grid-row: 1;
2394 2426 display: block;
2395 2427 }
@@ -2394,10 +2426,8 @@
2394 2426 display: block;
2395 2427 }
2396 2428
2397 2429 .jslider-grid[data-number='2'] img:nth-child(2) {
2398 - -ms-grid-column: 2;
2399 - -ms-grid-row: 1;
2400 2430 grid-column: 2;
2401 2431 grid-row: 1;
2402 2432 display: block;
2403 2433 }
@@ -2402,17 +2432,13 @@
2402 2432 display: block;
2403 2433 }
2404 2434
2405 2435 .jslider-grid[data-number='3'] img:first-child {
2406 - -ms-grid-column: 1 / 2;
2407 - -ms-grid-row: 1 / 4;
2408 2436 grid-column: 1 / 2;
2409 2437 grid-row: 1 / 4;
2410 2438 }
2411 2439
2412 2440 .jslider-grid[data-number='3'] img:nth-child(2) {
2413 - -ms-grid-column: 2;
2414 - -ms-grid-row: 1;
2415 2441 grid-column: 2;
2416 2442 grid-row: 1;
2417 2443 display: block;
2418 2444 }
@@ -2417,10 +2443,8 @@
2417 2443 display: block;
2418 2444 }
2419 2445
2420 2446 .jslider-grid[data-number='3'] img:nth-child(3) {
2421 - -ms-grid-column: 2;
2422 - -ms-grid-row: 2;
2423 2447 grid-column: 2;
2424 2448 grid-row: 2;
2425 2449 display: block;
2426 2450 }
@@ -2425,17 +2449,13 @@
2425 2449 display: block;
2426 2450 }
2427 2451
2428 2452 .jslider-grid[data-number='4'] img:first-child {
2429 - -ms-grid-column: 1 / 2;
2430 - -ms-grid-row: 1 / 4;
2431 2453 grid-column: 1 / 2;
2432 2454 grid-row: 1 / 4;
2433 2455 }
2434 2456
2435 2457 .jslider-grid[data-number='4'] img:nth-child(2) {
2436 - -ms-grid-column: 2;
2437 - -ms-grid-row: 1;
2438 2458 grid-column: 2;
2439 2459 grid-row: 1;
2440 2460 display: block;
2441 2461 }
@@ -2440,10 +2460,8 @@
2440 2460 display: block;
2441 2461 }
2442 2462
2443 2463 .jslider-grid[data-number='4'] img:nth-child(3) {
2444 - -ms-grid-column: 2;
2445 - -ms-grid-row: 2;
2446 2464 grid-column: 2;
2447 2465 grid-row: 2;
2448 2466 display: block;
2449 2467 }
@@ -2448,10 +2466,8 @@
2448 2466 display: block;
2449 2467 }
2450 2468
2451 2469 .jslider-grid[data-number='4'] img:nth-child(4) {
2452 - -ms-grid-column: 2;
2453 - -ms-grid-row: 3;
2454 2470 grid-column: 2;
2455 2471 grid-row: 3;
2456 2472 display: block;
2457 2473 }
@@ -2521,8 +2537,9 @@
2521 2537 transform-origin: left;
2522 2538 transition: all .2s cubic-bezier(0.4,0,0.2,1);
2523 2539 transition-property: color,left,transform;
2524 2540 display: none;
2541 + pointer-events: none;
2525 2542 }
2526 2543
2527 2544 .jtabs-animation .jtabs-border {
2528 2545 display: initial;
@@ -2615,9 +2632,9 @@
2615 2632 margin-left: 6px;
2616 2633 }
2617 2634
2618 2635 .jtags > div {
2619 - padding: 0 22px 0 10px;
2636 + padding: 6px 22px 6px 10px;
2620 2637 font-size: 0.9em;
2621 2638 position: relative;
2622 2639 border-radius: 1px;
2623 2640 margin: 2px;
@@ -2670,9 +2687,8 @@
2670 2687 cursor: pointer;
2671 2688 white-space: nowrap;
2672 2689 display: flex;
2673 2690 padding:4px;
2674 - -webkit-user-select: none;
2675 2691 user-select: none;
2676 2692 font-size: 13px;
2677 2693 }
2678 2694
@@ -2754,14 +2770,13 @@
2754 2770 color:#929292;
2755 2771 }
2756 2772
2757 2773 .jtoolbar-mobile .jtoolbar-selected a, .jtoolbar-mobile .jtoolbar-selected i, .jtoolbar-mobile .jtoolbar-selected span {
2758 - color:var(--active-color) !important;
2774 + color:var(--jactive-color) !important;
2759 2775 background-color:transparent;
2760 2776 }
2761 2777
2762 2778 .jtoolbar-item {
2763 - -webkit-user-select: none;
2764 2779 user-select: none;
2765 2780 }
2766 2781
2767 2782 .jtoolbar-item i {