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/edit-features.scss +6 -8 2.23.2 View file →
@@ -12,12 +12,8 @@
12 12
13 13 $feature-box-width: 400px;
14 14
15 15 @media screen and (min-width: 783px) {
16 - @at-root #tablepress_edit-table-information {
17 - width: calc(100% - $feature-box-width);
18 - }
19 -
20 16 display: block;
21 17 position: absolute;
22 18 right: -$feature-box-width;
23 19 width: calc($feature-box-width - 24px);
@@ -24,8 +20,12 @@
24 20 height: calc(100% + 42px);
25 21 bottom: 0;
26 22 margin: 0;
27 23
24 + @at-root #tablepress_edit-table-information {
25 + width: calc(100% - $feature-box-width);
26 + }
27 +
28 28 .rtl & {
29 29 left: -$feature-box-width;
30 30 right: auto;
31 31 }
@@ -42,12 +42,9 @@
42 42 border-bottom: none;
43 43 }
44 44
45 45 h2 {
46 - color: transparent;
47 - background-image: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 75%);
48 - -webkit-background-clip: text;
49 - background-clip: text;
46 + color: #ff5100;
50 47 font-weight: 700;
51 48 font-size: 19px;
52 49 width: 100%;
53 50 padding-top: 14px;
@@ -54,8 +51,9 @@
54 51
55 52 .dashicons {
56 53 width: 26px;
57 54 font-size: 26px;
55 + color: #ffd166;
58 56 }
59 57 }
60 58
61 59 h3 a {