PluginProbe
Chartify – WordPress Chart Plugin / 3.7.1
Chartify – WordPress Chart Plugin v3.7.1
3.8.0 3.7.9 3.7.8 3.7.7 3.7.6 3.7.5 trunk 1.0.0 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 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.1.4 3.1.5 3.1.6 All 83 releases
← All changes | admin/css/admin.css +92 -16 trunk3.7.1 View file →
@@ -1,16 +1,92 @@
1 -#adminmenu a.toplevel_page_chart-builder.wp-menu-open div.wp-menu-image img {
2 - -webkit-animation-name: heartBeat;
3 - animation-name: heartBeat;
4 - -webkit-animation-duration: 1.3s;
5 - animation-duration: 1.3s;
6 - -webkit-animation-timing-function: ease-in-out;
7 - animation-timing-function: ease-in-out;
8 -}
9 -#adminmenu a.toplevel_page_chart-builder div.wp-menu-name {
10 - transition: .3s ease-in-out;
11 -}
12 -#adminmenu a.toplevel_page_chart-builder div.wp-menu-image img {
13 - width: 28px;
14 - padding: 3px 0 0;
15 - transition: .3s ease-in-out;
16 -}
1 +#adminmenu a.toplevel_page_chart-builder.wp-menu-open div.wp-menu-image img {
2 + -webkit-animation-name: heartBeat;
3 + animation-name: heartBeat;
4 + -webkit-animation-duration: 1.3s;
5 + animation-duration: 1.3s;
6 + -webkit-animation-timing-function: ease-in-out;
7 + animation-timing-function: ease-in-out;
8 +}
9 +#adminmenu a.toplevel_page_chart-builder div.wp-menu-name {
10 + transition: .3s ease-in-out;
11 +}
12 +#adminmenu a.toplevel_page_chart-builder div.wp-menu-image img {
13 + width: 25px;
14 + padding: 5px 0 0;
15 + transition: .3s ease-in-out;
16 +}
17 +#adminmenu li.toplevel_page_chart-builder ul.wp-submenu.wp-submenu-wrap li a[href*="features"] {
18 + color: #68A615;
19 + font-weight: bold;
20 +}
21 +
22 +.chart-elementor-widget-logo-wrap .chart-elementor-widget-logo:before,
23 +.chart-elementor-widget-logo:before {
24 + content: "";
25 + background-image: url('../images/ays_chart_logo.png');
26 + height: 30px;
27 + display: block;
28 + background-size: contain;
29 + background-repeat: no-repeat;
30 + background-position: center center;
31 +}
32 +
33 +.chart-elementor-widget-logo-wrap {
34 + display: flex;
35 + align-items: center;
36 + justify-content: center;
37 + font-size: 18px;
38 + font-weight: 700;
39 +}
40 +
41 +.chart-elementor-widget-logo-wrap .chart-elementor-widget-logo {
42 + display: inline-block;
43 + margin-right: 5px;
44 + width: 30px;
45 + height: 30px;
46 +}
47 +
48 +.chart-elementor-widget-logo-wrap .chart-elementor-widget-logo:before {
49 + text-align: left;
50 +}
51 +
52 +.swal2-popup.swal2-modal.ays-chart-deactivate-popup.swal2-show {
53 + font-size: initial !important;
54 +}
55 +
56 +.swal2-popup .ays-chart-upgrade-button,
57 +.swal2-popup .ays-chart-cancel-button {
58 + position: relative;
59 +}
60 +
61 +.swal2-popup .ays-chart-upgrade-button.swal2-styled.swal2-confirm:after {
62 + content: "(Save Your Data)";
63 + position: absolute;
64 + color: #878787;
65 + bottom: -18px;
66 + left: 25px;
67 + font-size: 12px;
68 +}
69 +
70 +.swal2-popup .ays-chart-cancel-button.swal2-styled.swal2-cancel:after {
71 + content: "(Delete All Data)";
72 + position: absolute;
73 + color: #878787;
74 + bottom: -18px;
75 + left: 30px;
76 + font-size: 12px;
77 +}
78 +
79 +.swal2-popup .ays-chart-upgrade-button.swal2-styled.swal2-confirm {
80 + background-color: #fff !important;
81 + color: #3085d6 !important;
82 + border: 1px solid #3085d6 !important;
83 +}
84 +
85 +#ays-chart-plugins-buy-now-button {
86 + color: #01A32A;
87 + font-weight: bold;
88 +}
89 +
90 +#ays-chart-plugins-buy-now-button:hover {
91 + color: #3B8D3F;
92 +}