| 1 |
/*-----------------------------------------------------------------------------------*/ |
| 2 |
/* *. Borderless Page Menu |
| 3 |
/*-----------------------------------------------------------------------------------*/ |
| 4 |
|
| 5 |
.borderless-page-welcome .wp-badge.borderless-page-logo { |
| 6 |
background-color: #3379fc; |
| 7 |
background-image: url(../img/borderless.svg); |
| 8 |
} |
| 9 |
|
| 10 |
.borderless-page-welcome .borderless-page-actions .borderless-button-settings { |
| 11 |
vertical-align: top; |
| 12 |
} |
| 13 |
|
| 14 |
.toplevel_page_borderless .dashicons-before img { |
| 15 |
width: 20px; |
| 16 |
} |
| 17 |
|
| 18 |
/*-----------------------------------------------------------------------------------*/ |
| 19 |
/* *. Icon Pack Manager On Pages And Posts |
| 20 |
/*-----------------------------------------------------------------------------------*/ |
| 21 |
|
| 22 |
.icon-manager-section { |
| 23 |
-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.04); |
| 24 |
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04); |
| 25 |
box-shadow: 0 1px 1px rgba(0,0,0,0.04); |
| 26 |
border: 1px solid #e5e5e5; |
| 27 |
background-color: #fefefe; |
| 28 |
padding: 5px 5px 20px; |
| 29 |
height: auto; |
| 30 |
margin-top: -1px; |
| 31 |
width: 100%; |
| 32 |
box-sizing: border-box; |
| 33 |
} |
| 34 |
|
| 35 |
.icon-manager-section .icon-manager-preview { |
| 36 |
display: flex; |
| 37 |
margin-top: 1em; |
| 38 |
} |
| 39 |
|
| 40 |
.icon-manager-section .icon-manager-preview-icon { |
| 41 |
border: 1px solid #e5e5e5; |
| 42 |
width: 60px; |
| 43 |
line-height: 42px; |
| 44 |
text-align: center; |
| 45 |
cursor: pointer; |
| 46 |
vertical-align: top; |
| 47 |
height: 40px; |
| 48 |
font-size: 1.5rem; |
| 49 |
border-right: none; |
| 50 |
} |
| 51 |
|
| 52 |
.icon-manager-section .icon-manager-search-icon { |
| 53 |
border: 1px solid #ededed; |
| 54 |
color: #404040; |
| 55 |
-moz-box-shadow: none; |
| 56 |
-webkit-box-shadow: none; |
| 57 |
box-shadow: none; |
| 58 |
outline: none; |
| 59 |
line-height: 20px; |
| 60 |
padding: 10px 2.5%; |
| 61 |
width: 100%; |
| 62 |
box-sizing: border-box; |
| 63 |
margin-bottom: 5px; |
| 64 |
display: block; |
| 65 |
} |
| 66 |
|
| 67 |
.icon-manager-section ul.icons-list.borderless_icon { |
| 68 |
width: 100%; |
| 69 |
-moz-box-sizing: border-box; |
| 70 |
-webkit-box-sizing: border-box; |
| 71 |
box-sizing: border-box; |
| 72 |
padding: 5px; |
| 73 |
overflow: auto; |
| 74 |
max-height: 300px; |
| 75 |
background-color: #fff; |
| 76 |
border: 1px solid #ededed; |
| 77 |
} |
| 78 |
|
| 79 |
.icon-manager-section ul.icons-list.borderless_icon li { |
| 80 |
display: inline-block; |
| 81 |
border: 1px solid #efefef; |
| 82 |
margin: 2px; |
| 83 |
padding: 32px; |
| 84 |
text-align: center; |
| 85 |
cursor: pointer; |
| 86 |
vertical-align: top; |
| 87 |
height: 32px; |
| 88 |
width: 32px; |
| 89 |
} |
| 90 |
|
| 91 |
.icon-manager-section ul.icons-list.borderless_icon li:hover { |
| 92 |
background-color: #f6f6f6; |
| 93 |
} |
| 94 |
|
| 95 |
.icon-manager-section ul.icons-list.borderless_icon li i.icon-manager-icon { |
| 96 |
margin: 0; |
| 97 |
font-size: 32px; |
| 98 |
line-height: 1; |
| 99 |
color: #000; |
| 100 |
} |
| 101 |
|
| 102 |
.icon-manager-section ul.icons-list.borderless_icon li label { |
| 103 |
display: none; |
| 104 |
} |