PluginProbe
TablePress – Tables in WordPress made easy / 3.0
TablePress – Tables in WordPress made easy v3.0
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/jspreadsheet.css +0 -13 2.43.0 View file →
@@ -303,10 +303,8 @@
303 303 }
304 304
305 305 .jexcel .highlight-top.highlight-left {
306 306 box-shadow: -1px -1px #ccc;
307 - -webkit-box-shadow: -1px -1px #ccc;
308 - -moz-box-shadow: -1px -1px #ccc;
309 307 }
310 308
311 309 .jexcel .highlight-selected
312 310 {
@@ -367,9 +365,8 @@
367 365 {
368 366 position:fixed;
369 367 top:100%;
370 368 z-index:40;
371 - -webkit-user-select:none;
372 369 user-select:none;
373 370 -webkit-font-smoothing: antialiased;
374 371 font-size: .875rem;
375 372 letter-spacing: .2px;
@@ -392,9 +389,8 @@
392 389 {
393 390 position:fixed;
394 391 top:100%;
395 392 z-index:40;
396 - -webkit-user-select:none;
397 393 user-select:none;
398 394 -webkit-font-smoothing: antialiased;
399 395 font-size: .875rem;
400 396 letter-spacing: .2px;
@@ -425,15 +421,10 @@
425 421
426 422 .jexcel, .jexcel td, .jexcel_corner
427 423 {
428 424 -webkit-touch-callout: none;
429 - -webkit-user-select: none;
430 425 user-select: none;
431 426 -webkit-user-drag: none;
432 - -khtml-user-drag: none;
433 - -moz-user-drag: none;
434 - -o-user-drag: none;
435 - user-drag: none;
436 427 }
437 428
438 429 .jexcel_textarea
439 430 {
@@ -732,10 +723,8 @@
732 723 .jexcel thead .jexcel_freezed, .jexcel tfoot .jexcel_freezed {
733 724 left: 0px;
734 725 z-index: 3 !important;
735 726 box-shadow: 2px 0px 2px 0.2px #ccc !important;
736 - -webkit-box-shadow: 2px 0px 2px 0.2px #ccc !important;
737 - -moz-box-shadow: 2px 0px 2px 0.2px #ccc !important;
738 727 }
739 728
740 729 .jexcel tbody .jexcel_freezed {
741 730 position: relative;
@@ -740,10 +729,8 @@
740 729 .jexcel tbody .jexcel_freezed {
741 730 position: relative;
742 731 background-color: #fff;
743 732 box-shadow: 1px 1px 1px 1px #ccc !important;
744 - -webkit-box-shadow: 2px 4px 4px 0.1px #ccc !important;
745 - -moz-box-shadow: 2px 4px 4px 0.1px #ccc !important;
746 733 }
747 734
748 735 .jexcel > tbody > tr > td.readonly > input[type=checkbox],
749 736 .jexcel > tbody > tr > td.readonly > input[type=radio] {