equal
deleted
inserted
replaced
8 16.1 - Manage Themes |
8 16.1 - Manage Themes |
9 ------------------------------------------------------------------------------*/ |
9 ------------------------------------------------------------------------------*/ |
10 |
10 |
11 .themes-php { |
11 .themes-php { |
12 overflow-y: scroll; |
12 overflow-y: scroll; |
|
13 } |
|
14 |
|
15 .themes-php #adminmenuwrap { |
|
16 z-index: 10001; /* above Theme Overlay */ |
13 } |
17 } |
14 |
18 |
15 body.js .theme-browser.search-loading { |
19 body.js .theme-browser.search-loading { |
16 display: none; |
20 display: none; |
17 } |
21 } |
371 top: 0; |
375 top: 0; |
372 bottom: 0; |
376 bottom: 0; |
373 background: #f0f0f1; |
377 background: #f0f0f1; |
374 background: rgba(240, 240, 241, 0.9); |
378 background: rgba(240, 240, 241, 0.9); |
375 z-index: 10000; /* Over WP Pointers. */ |
379 z-index: 10000; /* Over WP Pointers. */ |
|
380 min-height: calc(100vh - var(--wp-admin--admin-bar--height, 32px)); |
376 } |
381 } |
377 |
382 |
378 .theme-overlay .theme-header { |
383 .theme-overlay .theme-header { |
379 position: absolute; |
384 position: absolute; |
380 top: 0; |
385 top: 0; |
914 |
919 |
915 .theme-overlay .theme-actions { |
920 .theme-overlay .theme-actions { |
916 padding-right: 4%; |
921 padding-right: 4%; |
917 padding-left: 4%; |
922 padding-left: 4%; |
918 } |
923 } |
|
924 |
|
925 .theme-install-php .wp-filter .filter-count { |
|
926 margin-top: 10px; |
|
927 } |
919 } |
928 } |
920 |
929 |
921 @media only screen and (max-width: 650px) { |
930 @media only screen and (max-width: 650px) { |
922 .theme-overlay .theme-description { |
931 .theme-overlay .theme-description { |
923 margin-right: 0; |
932 margin-right: 0; |
934 } |
943 } |
935 |
944 |
936 .theme-overlay .theme-screenshots { |
945 .theme-overlay .theme-screenshots { |
937 width: 100%; |
946 width: 100%; |
938 float: none; |
947 float: none; |
|
948 margin: 0; |
939 } |
949 } |
940 |
950 |
941 .theme-overlay .theme-info { |
951 .theme-overlay .theme-info { |
942 width: 100%; |
952 width: 100%; |
943 } |
953 } |
1637 .rtl .wp-full-overlay.collapsed .collapse-sidebar-arrow:before { |
1647 .rtl .wp-full-overlay.collapsed .collapse-sidebar-arrow:before { |
1638 transform: none; |
1648 transform: none; |
1639 } |
1649 } |
1640 |
1650 |
1641 /* Animations */ |
1651 /* Animations */ |
1642 .wp-full-overlay, |
1652 @media (prefers-reduced-motion: no-preference) { |
1643 .wp-full-overlay-sidebar, |
1653 .wp-full-overlay, |
1644 .wp-full-overlay .collapse-sidebar, |
1654 .wp-full-overlay-sidebar, |
1645 .wp-full-overlay-main { |
1655 .wp-full-overlay .collapse-sidebar, |
1646 transition-property: right, left, top, bottom, width, margin; |
1656 .wp-full-overlay-main { |
1647 transition-duration: 0.2s; |
1657 transition-property: right, left, top, bottom, width, margin; |
|
1658 transition-duration: 0.2s; |
|
1659 } |
1648 } |
1660 } |
1649 |
1661 |
1650 /* Device/preview size toggles */ |
1662 /* Device/preview size toggles */ |
1651 |
1663 |
1652 .wp-full-overlay { |
1664 .wp-full-overlay { |