vendor
9 years ago
admin.css
9 years ago
embedpress.css
9 years ago
font.css
9 years ago
index.html
9 years ago
preview.css
9 years ago
admin.css
48 lines
| 1 | /** |
| 2 | * @package EmbedPress |
| 3 | * @author PressShack <help@pressshack.com> |
| 4 | * @copyright Copyright (C) 2016 Open Source Training, LLC. All rights reserved. |
| 5 | * @license GPLv2 or later |
| 6 | * @since 1.3.1 |
| 7 | */ |
| 8 | |
| 9 | #toplevel_page_embedpress .dashicons-admin-generic::before, |
| 10 | #toplevel_page_embedpress .current .dashicons-admin-generic::before { |
| 11 | background-image: url(../images/menu-icon.png); |
| 12 | background-repeat: no-repeat; |
| 13 | background-position: 0 8px; |
| 14 | background-size: 19px auto; |
| 15 | content: " "; |
| 16 | transition: none; |
| 17 | -moz-transition: none; |
| 18 | -webkit-transition: none; |
| 19 | -o-transition: none; |
| 20 | } |
| 21 | |
| 22 | #toplevel_page_embedpress:active .wp-not-current-submenu .dashicons-admin-generic::before, |
| 23 | #toplevel_page_embedpress:hover .wp-not-current-submenu .dashicons-admin-generic::before { |
| 24 | background-position: 0 -26px; |
| 25 | } |
| 26 | |
| 27 | #toplevel_page_embedpress .current .dashicons-admin-generic::before { |
| 28 | background-position: 0 -60px; |
| 29 | } |
| 30 | |
| 31 | /* Custom classes */ |
| 32 | |
| 33 | .ep-label-danger { |
| 34 | color: #d54e21; |
| 35 | } |
| 36 | |
| 37 | .ep-label-success { |
| 38 | color: #5ca410; |
| 39 | } |
| 40 | |
| 41 | .ep-small-link { |
| 42 | line-height: 28px; |
| 43 | font-size: 0.8em; |
| 44 | } |
| 45 | |
| 46 | .ep-small-spacing { |
| 47 | margin-left: 5px; |
| 48 | } |