PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 2.1.8
Visualizer – Tables & Charts Manager with Built-in AI Generator v2.1.8
4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 3.10.4 All 148 releases
← All changes | css/media.css +4 -11 3.0.62.1.8 View file →
@@ -1,6 +1,6 @@
1 1 /*
2 - Version: 3.0.6
2 + Version: 2.1.8
3 3 */
4 4 #visualizer-library-view {
5 5 padding: 30px 10px 10px 30px;
6 6 }
@@ -30,8 +30,9 @@
30 30 margin: 0 20px 20px 0;
31 31 padding: 5px;
32 32 border: 1px solid #ddd;
33 33 background-color: #efefef;
34 + -webkit-box-shadow: 0 0 8px #ddd;
34 35 box-shadow: 0 0 8px #ddd;
35 36 }
36 37
37 38 .visualizer-library-chart-canvas {
@@ -128,8 +129,9 @@
128 129 padding: 5px 10px;
129 130 border-radius: 2px;
130 131 color: white !important;
131 132 background-color: #aaa;
133 + -webkit-box-shadow: 0 0 5px #ccc;
132 134 box-shadow: 0 0 5px #ccc;
133 135 font-weight: bold;
134 136 text-decoration: none;
135 137 }
@@ -136,8 +138,9 @@
136 138
137 139 .visualizer-library-pagination-active > .visualizer-library-pagination-page,
138 140 a.visualizer-library-pagination-page:hover {
139 141 background-color: lightcoral;
142 + -webkit-box-shadow: 0 0 5px lightpink;
140 143 box-shadow: 0 0 5px lightpink;
141 144 }
142 145
143 146 .locker,
@@ -161,14 +164,4 @@
161 164 .locker-loader {
162 165 z-index: 1001;
163 166 background: url(../images/ajax-loader.gif) no-repeat center center;
164 167 }
165 -
166 -
167 -/* TinyMCE button */
168 -i.mce-i-visualizer-icon:before {
169 - content: "\f184";
170 - display: inline-block;
171 - -webkit-font-smoothing: antialiased;
172 - font: 400 20px/1 dashicons;
173 - vertical-align: top;
174 -}