| @@ -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; |
| @@ -122,9 +122,9 @@ | ||
| 122 | 122 | box-shadow: unset; |
| 123 | 123 | background-color: transparent; |
| 124 | 124 | color: #1d2327; |
| 125 | 125 | position: absolute; |
| 126 | - top: 7px; | |
| 126 | + top: 2px; | |
| 127 | 127 | } |
| 128 | 128 | |
| 129 | 129 | .wrap.wpda-apps-backend .wpda-pp-container .pp-container-app-builder > div.MuiBox-root.pp-applist > header .pp-applist-toolbar { |
| 130 | 130 | gap: 5px; |
| @@ -256,10 +256,67 @@ | ||
| 256 | 256 | /* Hide SQL Query Builder header on back-end when not in full screen mode */ |
| 257 | 257 | .wpda-query-builder-backend div.pp-container-query-builder > .pp-container > header { |
| 258 | 258 | display: none; |
| 259 | 259 | } |
| 260 | -div.wrap.wpda-query-builder-backend h1.wp-heading-inline { | |
| 261 | - margin-bottom: 0 !important; | |
| 262 | -} | |
| 263 | 260 | div[role=presentation].MuiDialog-root.MuiModal-root input[type=checkbox]:disabled { |
| 264 | 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; | |
| 265 | 322 | } |