PluginProbe ʕ •ᴥ•ʔ
Strong Testimonials / 3.2.8
Strong Testimonials v3.2.8
3.3.6 3.3.5 3.3.4 3.3.3 3.3.2 3.3.1 trunk 1.0.1 2.30.9 2.31.10 2.32 2.32.1 2.32.2 2.32.3 2.32.4 2.33 2.34 2.35 2.36 2.37 2.38 2.38.1 2.39 2.39.1 2.39.2 2.39.3 2.40.0 2.40.1 2.40.2 2.40.3 2.40.4 2.40.5 2.40.6 2.40.7 2.41.0 2.41.1 2.50.0 2.50.1 2.50.2 2.50.3 2.50.4 2.51.0 2.51.1 2.51.2 2.51.3 2.51.4 2.51.5 2.51.6 2.51.7 2.51.8 2.51.9 3.0.0 3.0.1 3.0.2 3.0.3 3.1.0 3.1.1 3.1.10 3.1.11 3.1.12 3.1.13 3.1.14 3.1.15 3.1.16 3.1.17 3.1.18 3.1.19 3.1.2 3.1.20 3.1.3 3.1.4 3.1.5 3.1.6 3.1.7 3.1.8 3.1.9 3.2.0 3.2.1 3.2.10 3.2.11 3.2.12 3.2.13 3.2.14 3.2.15 3.2.16 3.2.17 3.2.18 3.2.19 3.2.2 3.2.20 3.2.21 3.2.22 3.2.3 3.2.4 3.2.5 3.2.6 3.2.7 3.2.8 3.2.9 3.3.0
strong-testimonials / assets / css / admin-global.css
strong-testimonials / assets / css Last commit date
admin-global.css 1 year ago admin-global.min.css 1 year ago admin-upsells.css 1 year ago admin-upsells.min.css 1 year ago admin.css 1 year ago admin.min.css 1 year ago blocks.min.css 1 year ago challenge.css 1 year ago challenge.min.css 1 year ago
admin-global.css
173 lines
1 #menu-posts-wpm-testimonial .wp-submenu-wrap > li:last-child a {
2 color : #FBC556;
3 }
4
5 /* Tabs tooltips */
6 .wpmtst-tooltip {
7 position : relative;
8 display : inline-block;
9 }
10
11 .wpmtst-tooltip > span {
12 cursor : pointer;
13 color : #0073aa;
14 text-decoration : underline;
15 margin-left : 5px;
16 }
17
18 .wpmtst-tooltip .wpmtst-tooltip-content {
19 display : none;
20 position : absolute;
21 top : 50%;
22 right : -10px;
23 transform : translate(100%, -50%);
24 width : 300px;
25 background : #000;
26 color : #fff;
27 padding : 10px;
28 box-sizing : border-box;
29 z-index : 99;
30 }
31
32 .wpmtst-tooltip .wpmtst-tooltip-content:before {
33 content : '';
34 width : 0px;
35 height : 0px;
36 border-style : solid;
37 border-width : 8px 8px 8px 0;
38 border-color : transparent #000 transparent transparent;
39 display : block;
40 position : absolute;
41 top : 50%;
42 left : -8px;
43 transform : translateY(-50%);
44 }
45
46 .wpmtst-tooltip:hover .wpmtst-tooltip-content {
47 display : block;
48 }
49
50 /**
51 End Tooltips
52 */
53
54 .wpmtst-inline-block {
55 display : inline-block;
56 }
57
58 .wpmts-settings-columns {
59 display : flex;
60 }
61
62 .wpmts-settings-columns > form {
63 flex-grow : 1;
64 }
65
66 /**
67 Start Upsells
68 */
69
70 #wpmtst-importer-upsell.postbox .inside {
71 margin : 0;
72 padding : 0;
73 }
74
75 #wpmtst-importer-upsell .wpmtst-alert {
76 padding : 10px;
77 }
78
79 #wpmtst-importer-upsell .wpmtst-alert > *:last-child {
80 text-align : center;
81 }
82
83 #wpmtst-importer-upsell .hndle {
84 display : none;
85 }
86
87 .wpmtst-alert {
88 padding : 20px;
89 background : #EDF8FC;
90 color : #3c434a;
91 position : relative;
92 border: 1px solid #DDD;
93
94 }
95
96 .wpmtst-alert__upgrade-btn {
97 position : absolute;
98 right : 0.5rem;
99 top : 50%;
100 transform : translateY(-50%) !important;
101 }
102
103 .wpmtst-alert > *:last-child {
104 margin-bottom : 0 !important;
105 }
106
107 .wpmtst-alert ul {
108 padding-left : 30px;
109 }
110
111 .wpmtst-alert ul li {
112 position : relative;
113 list-style-type : none !important;
114 text-align : left;
115 }
116
117 .wpmtst-alert ul li::before {
118 font-family : Dashicons;
119 content : "\f147";
120 position : absolute;
121 left : -30px;
122 font-size : 14px;
123 color : green;
124 background-color : #FFF;
125 padding : 0 3px;
126 border-radius : 50%;
127 border : 1px solid #DDD;
128 top : -1px;
129 }
130
131 .wpmts-settings-columns .wpmtst-settings-upsell {
132 width : 25%;
133 padding-left : 30px;
134 flex-grow : 0;
135 flex-shrink : 0;
136 }
137
138 .wpmtst-settings-upsell .wpmtst-alert ul {
139 list-style : none;
140 padding : 20px;
141 margin : 0;
142 }
143
144 .wpmtst-settings-upsell .wpmtst-alert ul li {
145 margin-bottom : 10px;
146 }
147
148 .wpmts-settings-columns .wpmtst-alert {
149 background : #fff;
150 }
151
152 span.wpmtst-upsell-badge {
153 font-size : 10px;
154 background : #f4daa4;
155 padding : 2px 5px;
156 display : inline-block;
157 margin-left : 10px;
158 border-radius : 10px;
159 }
160
161 .wpmtst-upsell-checkmark:before {
162 content : "\2713";
163 padding-right : 10px;
164 }
165
166 .wpmtst-master-license > * {
167 margin-bottom:10px;
168 display:block;
169 }
170
171 .wpmtst-disabled {
172 pointer-events: none;
173 }