font
11 years ago
admin.css
11 years ago
admin.min.css
11 years ago
elusive.css
11 years ago
elusive.min.css
11 years ago
extra.css
11 years ago
extra.min.css
11 years ago
font-awesome.css
11 years ago
font-awesome.min.css
11 years ago
foundation-icons.css
11 years ago
foundation-icons.min.css
11 years ago
genericons.css
11 years ago
genericons.min.css
11 years ago
extra.css
56 lines
| 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 |