PluginProbe
Menu Icons by Themeisle – Add Icons to Navigation Menus / 0.6.0
Menu Icons by Themeisle – Add Icons to Navigation Menus v0.6.0
0.13.24 trunk 0.1.0 0.1.1 0.1.2 0.1.3 0.1.4 0.1.5 0.10.0 0.10.1 0.10.2 0.11.0 0.11.1 0.11.2 0.11.3 0.11.4 0.11.5 0.12.0 0.12.1 0.12.10 0.12.11 0.12.12 0.12.2 0.12.3 0.12.4 All 70 releases
menu-icons / css / extra.css
extra.css
56 lines 875 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .menu-item i._mi,
2 .menu-item img._mi {
3 display: inline-block;
4 vertical-align: middle;
5 }
6 .menu-item i._mi {
7 margin-top: -.265em;
8 width: auto;
9 height: auto;
10 font-size: 1.2em;
11 line-height: 1;
12 }
13
14 .menu-item i._before {
15 margin-right: .25em;
16 }
17 .menu-item i._after {
18 margin-left: .25em;
19 }
20
21 .menu-item img._before {
22 margin-right: .5em;
23 }
24 .menu-item img._after {
25 margin-left: .5em;
26 }
27
28
29 .visuallyhidden {
30 border: 0;
31 clip: rect(0 0 0 0);
32 height: 1px;
33 margin: -1px;
34 overflow: hidden;
35 padding: 0;
36 position: absolute;
37 width: 1px;
38 }
39
40 .menu-item i.elusive {
41 margin-top: -.3em;
42 }
43
44 /**
45 * Force the icons' styles
46 *
47 * Some themes -- notably 2014 -- has nasty rules that
48 * could override the icons' styles so we need to force them here.
49 */
50 .dashicons-admin-site:before {
51 content:"\f319" !important;
52 }
53 .dashicons-welcome-view-site:before {
54 content:"\f115" !important;
55 }
56