PluginProbe
Chartify – WordPress Chart Plugin / 1.0.0
Chartify – WordPress Chart Plugin v1.0.0
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
chart-builder / admin / css / admin.css

admin.css in Chartify – WordPress Chart Plugin 1.0.0, at admin/css/admin.css

16 lines 566 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }