| 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 */ |