| @@ -1,4 +1,5 @@ | ||
| 1 | +/*! elementor - v3.13.2 - 11-05-2023 */ | |
| 1 | 2 | #e-dashboard-widget-admin-top-bar { |
| 2 | 3 | position: absolute; |
| 3 | 4 | opacity: 0; |
| 4 | 5 | pointer-events: none; |
| @@ -4,15 +5,15 @@ | ||
| 4 | 5 | pointer-events: none; |
| 5 | 6 | } |
| 6 | 7 | |
| 7 | 8 | #e-admin-top-bar-root { |
| 9 | + right: 0; | |
| 8 | 10 | font-family: var(--e-a-font-family); |
| 9 | 11 | background: var(--e-a-bg-default); |
| 10 | 12 | box-shadow: 0 4px 6px rgba(0, 0, 0, 0.03); |
| 11 | 13 | display: none; |
| 12 | 14 | position: absolute; |
| 13 | - inset-block-start: 0; | |
| 14 | - inset-inline-end: 0; | |
| 15 | + top: 0; | |
| 15 | 16 | width: calc(100% - 160px); |
| 16 | 17 | z-index: 1; |
| 17 | 18 | } |
| 18 | 19 | body.folded #e-admin-top-bar-root { |
| @@ -45,9 +46,10 @@ | ||
| 45 | 46 | #e-admin-top-bar-root .e-admin-top-bar__heading { |
| 46 | 47 | display: inline-flex; |
| 47 | 48 | align-items: center; |
| 48 | 49 | justify-content: center; |
| 49 | - margin-inline-end: 40px; | |
| 50 | + -webkit-margin-end: 40px; | |
| 51 | + margin-inline-end: 40px; | |
| 50 | 52 | } |
| 51 | 53 | #e-admin-top-bar-root .e-admin-top-bar__main-area { |
| 52 | 54 | display: inline-flex; |
| 53 | 55 | align-items: center; |
| @@ -74,8 +76,18 @@ | ||
| 74 | 76 | } |
| 75 | 77 | #e-admin-top-bar-root.e-admin-top-bar--active { |
| 76 | 78 | display: block; |
| 77 | 79 | } |
| 80 | +#e-admin-top-bar-root.e-admin-top-bar--active ~ #wpbody #wpbody-content { | |
| 81 | + margin-top: 50px; | |
| 82 | +} | |
| 83 | +#e-admin-top-bar-root.e-admin-top-bar--active ~ #wpbody .wrap { | |
| 84 | + clear: both; | |
| 85 | + padding-top: 10px; | |
| 86 | +} | |
| 87 | +#e-admin-top-bar-root.e-admin-top-bar--active ~ #wpbody .wrap h1 { | |
| 88 | + display: none; | |
| 89 | +} | |
| 78 | 90 | #e-admin-top-bar-root:not(.e-admin-top-bar--active) ~ #wpbody .wrap h1, #e-admin-top-bar-root:not(.e-admin-top-bar--active) ~ #wpbody .wrap .page-title-action { |
| 79 | 91 | display: inline-block; |
| 80 | 92 | } |
| 81 | 93 | #e-admin-top-bar-root .e-admin-top-bar__bar-button { |
| @@ -86,18 +98,8 @@ | ||
| 86 | 98 | margin: 0 10px; |
| 87 | 99 | text-decoration: none; |
| 88 | 100 | color: var(--e-a-color-txt); |
| 89 | 101 | } |
| 90 | -#e-admin-top-bar-root .e-admin-top-bar__bar-button.accent { | |
| 91 | - color: var(--e-a-color-accent); | |
| 92 | -} | |
| 93 | -#e-admin-top-bar-root .e-admin-top-bar__bar-button.accent:hover .e-admin-top-bar__bar-button-title, | |
| 94 | -#e-admin-top-bar-root .e-admin-top-bar__bar-button.accent:hover .e-admin-top-bar__bar-button-icon { | |
| 95 | - color: var(--e-a-color-accent); | |
| 96 | -} | |
| 97 | -#e-admin-top-bar-root .e-admin-top-bar__bar-button .crown-icon { | |
| 98 | - font-size: 14px; | |
| 99 | -} | |
| 100 | 102 | #e-admin-top-bar-root .e-admin-top-bar__bar-button .e-admin-top-bar__bar-button-icon { |
| 101 | 103 | margin: 0 4px; |
| 102 | 104 | } |
| 103 | 105 | #e-admin-top-bar-root .e-admin-top-bar__bar-button:hover .e-admin-top-bar__bar-button-title, |
| @@ -109,8 +111,11 @@ | ||
| 109 | 111 | font-weight: 500; |
| 110 | 112 | margin: 0 4px; |
| 111 | 113 | line-height: normal; |
| 112 | 114 | } |
| 115 | +#e-admin-top-bar-root ~ #wpbody .wrap h1, #e-admin-top-bar-root ~ #wpbody .wrap .page-title-action { | |
| 116 | + display: none; | |
| 117 | +} | |
| 113 | 118 | |
| 114 | 119 | @media screen and (max-width: 960px) { |
| 115 | 120 | #e-admin-top-bar-root { |
| 116 | 121 | width: calc(100% - 36px); |
| @@ -126,16 +131,16 @@ | ||
| 126 | 131 | top: 46px; |
| 127 | 132 | } |
| 128 | 133 | } |
| 129 | 134 | @media (max-width: 768px) { |
| 130 | - #e-admin-top-bar-root .e-admin-top-bar__main-area-buttons { | |
| 131 | - position: absolute; | |
| 132 | - top: calc(100% + 10px); | |
| 133 | - } | |
| 134 | 135 | #e-admin-top-bar-root { |
| 135 | 136 | display: inline-flex; |
| 136 | 137 | align-items: center; |
| 137 | 138 | justify-content: center; |
| 139 | + } | |
| 140 | + #e-admin-top-bar-root .e-admin-top-bar__main-area-buttons { | |
| 141 | + position: absolute; | |
| 142 | + top: calc(100% + 10px); | |
| 138 | 143 | } |
| 139 | 144 | #e-admin-top-bar-root .e-admin-top-bar__secondary-area .e-admin-top-bar__secondary-area-buttons { |
| 140 | 145 | display: none; |
| 141 | 146 | } |