PluginProbe
Survey Maker by AYS / trunk
Survey Maker by AYS vtrunk
5.2.3.9 5.2.3.8 5.2.3.7 5.2.3.6 5.2.3.5 5.2.3.4 5.2.3.3 5.2.3.2 5.2.3.1 5.2.3.0 5.2.2.9 5.2.2.8 5.2.2.7 5.2.2.6 5.2.2.5 5.2.2.4 5.2.2.3 5.2.2.2 5.2.2.1 5.2.2.0 5.2.1.9 5.2.1.8 5.2.0.8 5.2.0.9 5.2.1.0 All 152 releases
survey-maker / admin / css / admin.css

admin.css in Survey Maker by AYS trunk, at admin/css/admin.css

39 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .ays-survey-menu-badge{
2 color: #fff;
3 display: inline-block;
4 font-size: 10px;
5 line-height: 14px;
6 text-align: center;
7 background: #ca4a1f;
8 margin-left: 5px;
9 border-radius: 20px;
10 padding: 2px 5px;
11 }
12
13 #adminmenu a.toplevel_page_quiz-maker.wp-menu-open div.wp-menu-image img {
14 -webkit-animation-name: heartBeat;
15 animation-name: heartBeat;
16 -webkit-animation-duration: 1.3s;
17 animation-duration: 1.3s;
18 -webkit-animation-timing-function: ease-in-out;
19 animation-timing-function: ease-in-out;
20 }
21 #adminmenu a.toplevel_page_survey-maker div.wp-menu-name {
22 transition: .3s ease-in-out;
23 }
24 #adminmenu a.toplevel_page_survey-maker div.wp-menu-image img {
25 width: 32px;
26 padding: 1px 0 0;
27 transition: .3s ease-in-out;
28 }
29
30 ul.ays-wp-notice-answers{
31 list-style-type: none;
32 }
33
34 #adminmenu li.toplevel_page_survey-maker ul.wp-submenu.wp-submenu-wrap li a {
35 transition: .3s ease-in-out;
36 }
37 #adminmenu li.toplevel_page_survey-maker ul.wp-submenu.wp-submenu-wrap li a[href*="feature"] {
38 color: #f50057;
39 }