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