| 1 |
code { |
| 2 |
line-height: 1.6; |
| 3 |
} |
| 4 |
|
| 5 |
/** === WordPress default notices === **/ |
| 6 |
.notice { |
| 7 |
padding: 10px; |
| 8 |
} |
| 9 |
|
| 10 |
.eazydocs-close-notice { |
| 11 |
display: inline-block; |
| 12 |
} |
| 13 |
|
| 14 |
a.eazydocs-close-notice:focus, |
| 15 |
a.eazydocs-close-notice:active { |
| 16 |
outline: none; |
| 17 |
box-shadow: none; |
| 18 |
} |
| 19 |
|
| 20 |
.eazydocs-close-notice, |
| 21 |
.notice ul li a { |
| 22 |
text-decoration: none; |
| 23 |
} |
| 24 |
|
| 25 |
.eazydocs-close-notice i { |
| 26 |
font-size: 16px; |
| 27 |
text-decoration: none; |
| 28 |
margin-top: 2px; |
| 29 |
margin-left: -5px; |
| 30 |
color: #dc3232; |
| 31 |
} |
| 32 |
|
| 33 |
.eazydocs-close-notice span { |
| 34 |
margin-left: -3px; |
| 35 |
} |
| 36 |
|
| 37 |
.eazydocs-close-notice:hover, |
| 38 |
.eazydocs-close-notice { |
| 39 |
color: #dc3232; |
| 40 |
font-weight: 600; |
| 41 |
} |
| 42 |
|
| 43 |
.notice .notice-action { |
| 44 |
position: relative; |
| 45 |
color: #00a0d2; |
| 46 |
} |
| 47 |
|
| 48 |
.notice .notice-action:after { |
| 49 |
content: ""; |
| 50 |
position: absolute; |
| 51 |
height: 2px; |
| 52 |
background: #00a0d2; |
| 53 |
width: 100%; |
| 54 |
left: 0; |
| 55 |
bottom: -2px; |
| 56 |
} |
| 57 |
|
| 58 |
.metabox-holder #eazydocs_basics.group { |
| 59 |
display: block !important; |
| 60 |
} |
| 61 |
|
| 62 |
/** === Customizer === **/ |
| 63 |
.customize-pane-parent li#accordion-section-shortcode_fields, |
| 64 |
.customize-pane-parent li#accordion-section-role_manager_fields, |
| 65 |
.customize-pane-parent li#accordion-section-design_fields, |
| 66 |
.customize-pane-parent li#accordion-section-role_manager_fields { |
| 67 |
display: none !important; |
| 68 |
} |
| 69 |
|
| 70 |
/*# sourceMappingURL=admin-global.css.map */ |
| 71 |
|