PluginProbe
Leyka / 3.9
Leyka v3.9
3.32.3 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.6.1 2.3.7 2.3.8 2.3.9 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1 3.10 3.11 3.11.1 3.12 3.13 3.14 3.15 3.16 3.17 All 89 releases
leyka / css / admin-icon.css

admin-icon.css in Leyka 3.9, at css/admin-icon.css

81 lines 1.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Leyka Menu Icon
3 **/
4
5 #adminmenu #toplevel_page_leyka .wp-menu-image {
6 position: relative;
7 background: transparent; }
8
9 #adminmenu #toplevel_page_leyka div.wp-menu-image:before {
10 display: none; }
11
12 #adminmenu #toplevel_page_leyka div.wp-menu-image:after {
13 content: '';
14 display: block;
15 width: 18px;
16 height: 18px;
17 background: transparent url(../img/menu-icon.png) no-repeat 0 -20px;
18 background-image: url(../img/menu-icon.svg);
19 position: absolute;
20 top: 8px;
21 left: 8px;
22 }
23
24 #adminmenu #toplevel_page_leyka:hover .wp-menu-image:after,
25 #adminmenu #toplevel_page_leyka .wp-has-current-submenu .wp-menu-image:after {
26 background-position: 0 0;
27 }
28
29 #tech-export-wrapper {
30 display:inline;
31 font-size:13px;
32 }
33
34 #tech-export-wrapper input {
35 margin-left:5px;
36 }
37
38 span.dashicons-editor-help.has-tooltip {
39 cursor: pointer;
40 display: inline;
41 }
42
43 /** jQuery UI tooltips */
44 .ui-tooltip {
45 border-width: 2px;
46 padding: 8px;
47 position: absolute;
48 z-index: 9999;
49 max-width: 300px;
50 -webkit-box-shadow: 0 0 5px #aaa;
51 box-shadow: 0 0 5px #aaa;
52 background: #fff;
53 }
54
55 /** Admin notices */
56 .leyka-message {
57 overflow: hidden;
58 position: relative;
59 border-left-color: #1db318 !important;
60 }
61 .leyka-message a.button-primary,
62 .leyka-message a.button-secondary {
63 text-decoration: none !important;
64 }
65 .leyka-message a.leyka-message-close {
66 position: absolute;
67 top: 0;
68 right: 0;
69 padding: 10px 15px 10px 21px;
70 font-size: 13px;
71 line-height: 1.23076923;
72 text-decoration: none;
73 }
74 .leyka-message a.leyka-message-close:before {
75 position: absolute;
76 top: 8px;
77 left: 0;
78 -webkit-transition: all .1s ease-in-out;
79 transition: all .1s ease-in-out;
80 }
81 /** Admin notices - END */