| @@ -7,9 +7,9 @@ | ||
| 7 | 7 | .wrap.wpda-explorer-backend .wpda-pp-container .pp-container-explorer .pp-sub-container-explorer .pp-explorer-header { |
| 8 | 8 | float: right; |
| 9 | 9 | position: absolute; |
| 10 | 10 | right: -12px; |
| 11 | - top: 10px; | |
| 11 | + top: 2px; | |
| 12 | 12 | } |
| 13 | 13 | |
| 14 | 14 | .wrap.wpda-explorer-backend .wpda-pp-container .pp-container-explorer .pp-container-admin .pp-explorer-header { |
| 15 | 15 | float: unset; |
| @@ -52,8 +52,16 @@ | ||
| 52 | 52 | .wpda-pp-container .pp-container-explorer input[type=text] { |
| 53 | 53 | min-height: unset; |
| 54 | 54 | } |
| 55 | 55 | |
| 56 | +/* Remove inset from top search box and unset height */ | |
| 57 | +.wpda-pp-container .pp-container-explorer .pp-sub-container-explorer > div.MuiPaper-root .MuiFormControl-root.pp-explorer-search-field fieldset { | |
| 58 | + inset: 0; | |
| 59 | +} | |
| 60 | +.wpda-pp-container .pp-container-explorer .pp-sub-container-explorer > div.MuiPaper-root .MuiFormControl-root.pp-explorer-search-field input { | |
| 61 | + min-height: unset; | |
| 62 | +} | |
| 63 | + | |
| 56 | 64 | .wpda-pp-container .entry-content thead th, .entry-content tr th, |
| 57 | 65 | .wpda-pp-container-explorer .entry-content thead th, .entry-content tr th { |
| 58 | 66 | color: inherit; |
| 59 | 67 | } |
| @@ -99,41 +107,41 @@ | ||
| 99 | 107 | .wrap.wpda-apps-backend { |
| 100 | 108 | position: relative; |
| 101 | 109 | } |
| 102 | 110 | |
| 103 | -.wrap.wpda-apps-backend .wpda-pp-container .pp-container-applist { | |
| 111 | +.wrap.wpda-apps-backend .wpda-pp-container .pp-container-app-builder { | |
| 104 | 112 | margin-bottom: 0; |
| 105 | 113 | } |
| 106 | 114 | |
| 107 | -.wrap.wpda-apps-backend .wpda-pp-container .pp-container-applist .pp-applist .MuiPaper-root .pp-app-details:nth-child(1 of .pp-app-details-visible) { | |
| 115 | +.wrap.wpda-apps-backend .wpda-pp-container .pp-container-app-builder .pp-applist .MuiPaper-root .pp-app-details:nth-child(1 of .pp-app-details-visible) { | |
| 108 | 116 | border-radius: 14px; |
| 109 | 117 | border-top: unset; |
| 110 | 118 | } |
| 111 | 119 | |
| 112 | -.wrap.wpda-apps-backend .wpda-pp-container .pp-container-applist > div.MuiBox-root.pp-applist > header { | |
| 120 | +.wrap.wpda-apps-backend .wpda-pp-container .pp-container-app-builder > div.MuiBox-root.pp-applist > header { | |
| 113 | 121 | transition: unset; |
| 114 | 122 | box-shadow: unset; |
| 115 | 123 | background-color: transparent; |
| 116 | 124 | color: #1d2327; |
| 117 | 125 | position: absolute; |
| 118 | - top: 7px; | |
| 126 | + top: 2px; | |
| 119 | 127 | } |
| 120 | 128 | |
| 121 | -.wrap.wpda-apps-backend .wpda-pp-container .pp-container-applist > div.MuiBox-root.pp-applist > header .pp-applist-toolbar { | |
| 129 | +.wrap.wpda-apps-backend .wpda-pp-container .pp-container-app-builder > div.MuiBox-root.pp-applist > header .pp-applist-toolbar { | |
| 122 | 130 | gap: 5px; |
| 123 | 131 | align-items: center; |
| 124 | 132 | } |
| 125 | 133 | |
| 126 | -.wrap.wpda-apps-backend .wpda-pp-container .pp-container-applist > div.MuiBox-root.pp-applist > header .pp-applist-toolbar { | |
| 134 | +.wrap.wpda-apps-backend .wpda-pp-container .pp-container-app-builder > div.MuiBox-root.pp-applist > header .pp-applist-toolbar { | |
| 127 | 135 | min-height: 0; |
| 128 | 136 | padding-right: 0 !important; |
| 129 | 137 | } |
| 130 | 138 | |
| 131 | -.wrap.wpda-apps-backend .wpda-pp-container .pp-container-applist .pp-applist-title { | |
| 139 | +.wrap.wpda-apps-backend .wpda-pp-container .pp-container-app-builder .pp-applist-title { | |
| 132 | 140 | justify-content: end; |
| 133 | 141 | visibility: hidden; |
| 134 | 142 | } |
| 135 | -.wrap.wpda-apps-backend .wpda-pp-container .pp-container-applist .pp-applist-search { | |
| 143 | +.wrap.wpda-apps-backend .wpda-pp-container .pp-container-app-builder .pp-applist-search { | |
| 136 | 144 | gap: 5px; |
| 137 | 145 | } |
| 138 | 146 | |
| 139 | 147 | .wrap.wpda-apps-backend h1.wp-heading-inline { |
| @@ -143,17 +151,17 @@ | ||
| 143 | 151 | body.pp-fullscreen .wrap.wpda-apps-backend h1.wp-heading-inline { |
| 144 | 152 | margin-bottom: 0; |
| 145 | 153 | } |
| 146 | 154 | |
| 147 | -.wpda-pp-container .pp-container-applist .MuiButtonBase-root.MuiAccordionSummary-root { | |
| 155 | +.wpda-pp-container .pp-container-app-builder .MuiButtonBase-root.MuiAccordionSummary-root { | |
| 148 | 156 | background-color: unset !important; |
| 149 | 157 | } |
| 150 | 158 | |
| 151 | -.wpda-pp-container .pp-container-applist header .MuiAutocomplete-root .MuiInputBase-root { | |
| 159 | +.wpda-pp-container .pp-container-app-builder header .MuiAutocomplete-root .MuiInputBase-root { | |
| 152 | 160 | padding: 0 20px 0 10px; |
| 153 | 161 | max-height: unset; |
| 154 | 162 | } |
| 155 | -.wpda-pp-container .pp-container-applist header .MuiInputBase-root input[type=text].MuiInputBase-input { | |
| 163 | +.wpda-pp-container .pp-container-app-builder header .MuiInputBase-root input[type=text].MuiInputBase-input { | |
| 156 | 164 | padding: 8px; |
| 157 | 165 | border: none !important; |
| 158 | 166 | box-shadow: none !important; |
| 159 | 167 | } |
| @@ -158,13 +166,13 @@ | ||
| 158 | 166 | box-shadow: none !important; |
| 159 | 167 | } |
| 160 | 168 | |
| 161 | 169 | @media screen and (max-width: 1018px) { |
| 162 | - .wrap.wpda-apps-backend .wpda-pp-container .pp-container-applist > div.MuiBox-root.pp-applist > header { | |
| 170 | + .wrap.wpda-apps-backend .wpda-pp-container .pp-container-app-builder > div.MuiBox-root.pp-applist > header { | |
| 163 | 171 | position: relative; |
| 164 | 172 | top: 0; |
| 165 | 173 | } |
| 166 | - .wrap.wpda-apps-backend .wpda-pp-container .pp-container-applist > div.MuiBox-root.pp-applist > header > .MuiToolbar-root { | |
| 174 | + .wrap.wpda-apps-backend .wpda-pp-container .pp-container-app-builder > div.MuiBox-root.pp-applist > header > .MuiToolbar-root { | |
| 167 | 175 | padding-bottom: 0; |
| 168 | 176 | padding-left: 0; |
| 169 | 177 | } |
| 170 | 178 | } |
| @@ -169,17 +177,17 @@ | ||
| 169 | 177 | } |
| 170 | 178 | } |
| 171 | 179 | |
| 172 | 180 | @media screen and (max-width: 900px) { |
| 173 | - .wrap.wpda-apps-backend .wpda-pp-container .pp-container-applist header .pp-applist-toolbar .pp-applist-title { | |
| 181 | + .wrap.wpda-apps-backend .wpda-pp-container .pp-container-app-builder header .pp-applist-toolbar .pp-applist-title { | |
| 174 | 182 | display: none; |
| 175 | 183 | } |
| 176 | - .wrap.wpda-apps-backend .wpda-pp-container .pp-container-applist { | |
| 184 | + .wrap.wpda-apps-backend .wpda-pp-container .pp-container-app-builder { | |
| 177 | 185 | margin-bottom: 0; |
| 178 | 186 | } |
| 179 | 187 | } |
| 180 | 188 | |
| 181 | -.wrap.wpda-apps-backend .wpda-pp-container .pp-container-applist header .pp-applist-toolbar .pp-applist-search button { | |
| 189 | +.wrap.wpda-apps-backend .wpda-pp-container .pp-container-app-builder header .pp-applist-toolbar .pp-applist-search button { | |
| 182 | 190 | color: rgb(66, 66, 66); |
| 183 | 191 | } |
| 184 | 192 | |
| 185 | 193 | /* Data Tables */ |
| @@ -242,5 +250,73 @@ | ||
| 242 | 250 | div[role=presentation].MuiPopover-root.MuiModal-root input[type=checkbox].PrivateSwitchBase-input:disabled { |
| 243 | 251 | background: unset; |
| 244 | 252 | border-color: transparent; |
| 245 | 253 | box-shadow: unset; |
| 254 | +} | |
| 255 | + | |
| 256 | +/* Hide SQL Query Builder header on back-end when not in full screen mode */ | |
| 257 | +.wpda-query-builder-backend div.pp-container-query-builder > .pp-container > header { | |
| 258 | + display: none; | |
| 259 | +} | |
| 260 | +div[role=presentation].MuiDialog-root.MuiModal-root input[type=checkbox]:disabled { | |
| 261 | + opacity: 0 !important; | |
| 262 | +} | |
| 263 | + | |
| 264 | +/* WP 7 dashboard */ | |
| 265 | +#wpwrap .wrap.wpda-apps-backend input, | |
| 266 | +#wpwrap .wrap.wpda-explorer-backend input, | |
| 267 | +#pp-setting-drawer-root input { | |
| 268 | + min-height: 30px; | |
| 269 | + line-height: 2; | |
| 270 | +} | |
| 271 | + | |
| 272 | +#wpwrap .wrap.wpda-explorer-backend input[type=checkbox] { | |
| 273 | + min-height: unset; | |
| 274 | + line-height: unset; | |
| 275 | +} | |
| 276 | + | |
| 277 | +#wpwrap .pp-container-query-builder input[type=text] { | |
| 278 | + min-height: unset; | |
| 279 | +} | |
| 280 | + | |
| 281 | +.pp-table .MuiPagination-ul { | |
| 282 | + list-style-type: none !important; | |
| 283 | + padding: 0 !important; | |
| 284 | +} | |
| 285 | + | |
| 286 | +#wpwrap .wpda-query-builder-backend h1.wp-heading-inline { | |
| 287 | + display: flex; | |
| 288 | + width: 100%; | |
| 289 | + align-items: baseline; | |
| 290 | + gap: 5px; | |
| 291 | +} | |
| 292 | + | |
| 293 | +#wpwrap a.qb-menu-button { | |
| 294 | + padding: 0; | |
| 295 | + margin: 0; | |
| 296 | + height: auto; | |
| 297 | + width: auto; | |
| 298 | + border-radius: 4px; | |
| 299 | + display: inline-flex; | |
| 300 | + justify-content: center; | |
| 301 | + align-items: center; | |
| 302 | + box-shadow: none; | |
| 303 | + border: none; | |
| 304 | + outline: none; | |
| 305 | +} | |
| 306 | + | |
| 307 | +#wpwrap a .qb-menu-icon { | |
| 308 | + height: 30px; | |
| 309 | + width: 30px; | |
| 310 | + font-size: 22px; | |
| 311 | + display: inline-flex; | |
| 312 | + justify-content: center; | |
| 313 | + align-items: center; | |
| 314 | + color: initial; | |
| 315 | +} | |
| 316 | + | |
| 317 | +#wpwrap a .qb-menu-icon:focus, | |
| 318 | +#wpwrap a.qb-menu-button:focus { | |
| 319 | + box-shadow: none; | |
| 320 | + border: none; | |
| 321 | + outline: none; | |
| 246 | 322 | } |