equal
deleted
inserted
replaced
20 margin: 13px 0; |
20 margin: 13px 0; |
21 } |
21 } |
22 |
22 |
23 #nav-menu-meta .accordion-section-content { |
23 #nav-menu-meta .accordion-section-content { |
24 padding: 18px 13px; |
24 padding: 18px 13px; |
|
25 resize: vertical; |
25 } |
26 } |
26 |
27 |
27 #nav-menu-meta .button-controls { |
28 #nav-menu-meta .button-controls { |
28 margin-bottom: 0; |
29 margin-bottom: 0; |
29 } |
30 } |
47 } |
48 } |
48 |
49 |
49 #menu-settings-column .inside { |
50 #menu-settings-column .inside { |
50 clear: both; |
51 clear: both; |
51 margin: 10px 0 0; |
52 margin: 10px 0 0; |
|
53 height: 100%; |
|
54 max-height: inherit; |
|
55 } |
|
56 |
|
57 #menu-settings-column .categorydiv, |
|
58 #menu-settings-column .customlinkdiv, |
|
59 #menu-settings-column .posttypediv, |
|
60 #menu-settings-column .taxonomydiv { |
|
61 max-height: inherit; |
|
62 height: 100%; |
|
63 } |
|
64 |
|
65 #menu-settings-column .wp-tab-panel, |
|
66 #menu-settings-column .categorydiv div.tabs-panel, |
|
67 #menu-settings-column .customlinkdiv div.tabs-panel, |
|
68 #menu-settings-column .posttypediv div.tabs-panel, |
|
69 #menu-settings-column .taxonomydiv div.tabs-panel { |
|
70 /* Allow space for content after tab panels in nav menu editor. */ |
|
71 max-height: calc( 100% - 75px ); |
|
72 height: 100%; |
52 } |
73 } |
53 |
74 |
54 .metabox-holder-disabled .postbox, |
75 .metabox-holder-disabled .postbox, |
55 .metabox-holder-disabled .accordion-section-content, |
76 .metabox-holder-disabled .accordion-section-content, |
56 .metabox-holder-disabled .accordion-section-title { |
77 .metabox-holder-disabled .accordion-section-title { |
102 margin: 1em 0; |
123 margin: 1em 0; |
103 } |
124 } |
104 |
125 |
105 #nav-menu-bulk-actions-bottom { |
126 #nav-menu-bulk-actions-bottom { |
106 margin: 1em 0; |
127 margin: 1em 0; |
107 margin: calc( 1em + 9px ) 0 ; |
128 margin: calc( 1em + 9px ) 0; |
108 } |
129 } |
109 |
130 |
110 .bulk-actions input.button { |
131 .bulk-actions input.button { |
111 margin-left: 12px; |
132 margin-left: 12px; |
112 } |
133 } |
168 background: #f0f0f1; |
189 background: #f0f0f1; |
169 border-color: #0a4b78; |
190 border-color: #0a4b78; |
170 color: #0a4b78; |
191 color: #0a4b78; |
171 } |
192 } |
172 |
193 |
173 input.bulk-select-switcher:focus + .bulk-select-button-label{ |
194 input.bulk-select-switcher:focus + .bulk-select-button-label { |
174 color: #0a4b78; |
195 color: #0a4b78; |
175 } |
196 } |
176 |
197 |
177 .bulk-actions input.menu-items-delete { |
198 .bulk-actions input.menu-items-delete { |
178 -webkit-appearance: none; |
|
179 appearance: none; |
199 appearance: none; |
180 font-size: inherit; |
200 font-size: inherit; |
181 border: 0; |
201 border: 0; |
182 line-height: 2.1em; |
202 line-height: 2.1em; |
183 background: none; |
203 background: none; |
190 color: #b32d2e; |
210 color: #b32d2e; |
191 border: none; |
211 border: none; |
192 } |
212 } |
193 |
213 |
194 .bulk-actions input.menu-items-delete.disabled { |
214 .bulk-actions input.menu-items-delete.disabled { |
195 cursor: default; |
215 display: none; |
196 color: #a7aaad; |
|
197 box-shadow: none; |
|
198 } |
216 } |
199 |
217 |
200 .menu-settings { |
218 .menu-settings { |
201 border-top: 1px solid #f0f0f1; |
219 border-top: 1px solid #f0f0f1; |
202 margin-top: 2em; |
220 margin-top: 2em; |
705 line-height: 1.5; |
723 line-height: 1.5; |
706 } |
724 } |
707 |
725 |
708 .no-js.nav-menus-php .item-edit .screen-reader-text { |
726 .no-js.nav-menus-php .item-edit .screen-reader-text { |
709 position: static; |
727 position: static; |
710 -webkit-clip-path: none; |
|
711 clip-path: none; |
728 clip-path: none; |
712 width: auto; |
729 width: auto; |
713 height: auto; |
730 height: auto; |
714 margin: 0; |
731 margin: 0; |
715 } |
732 } |
733 .js.nav-menus-php .item-edit:focus { |
750 .js.nav-menus-php .item-edit:focus { |
734 box-shadow: none; |
751 box-shadow: none; |
735 } |
752 } |
736 |
753 |
737 .nav-menus-php .item-edit:focus:before { |
754 .nav-menus-php .item-edit:focus:before { |
738 box-shadow: |
755 box-shadow: 0 0 0 2px #2271b1; |
739 0 0 0 1px #4f94d4, |
756 /* Only visible in Windows High Contrast mode */ |
740 0 0 2px 1px rgba(79, 148, 212, 0.8); |
757 outline: 2px solid transparent; |
741 } |
758 } |
742 |
759 |
743 /* Menu editing */ |
760 /* Menu editing */ |
744 .menu-instructions-inactive { |
761 .menu-instructions-inactive { |
745 display: none; |
762 display: none; |
838 cursor: pointer; |
855 cursor: pointer; |
839 } |
856 } |
840 |
857 |
841 /* Major/minor publishing actions (classes) */ |
858 /* Major/minor publishing actions (classes) */ |
842 .nav-menus-php .major-publishing-actions { |
859 .nav-menus-php .major-publishing-actions { |
843 clear: both; |
|
844 padding: 10px 0; |
860 padding: 10px 0; |
845 line-height: 2.15384615; |
861 display: flex; |
846 } |
862 align-items: center; |
847 |
863 } |
848 .nav-menus-php .major-publishing-actions .publishing-action { |
864 |
849 text-align: left; |
865 .nav-menus-php .major-publishing-actions > * { |
850 float: left; |
866 margin-left: 10px; |
851 } |
|
852 |
|
853 /* Same as the Publish Meta Box #delete-action */ |
|
854 .nav-menus-php .delete-action { |
|
855 float: right; |
|
856 line-height: 2.1; |
|
857 } |
867 } |
858 |
868 |
859 .nav-menus-php .major-publishing-actions .form-invalid { |
869 .nav-menus-php .major-publishing-actions .form-invalid { |
860 padding-right: 4px; |
870 padding-right: 4px; |
861 margin-right: -4px; |
871 margin-right: -4px; |
999 } |
1009 } |
1000 } |
1010 } |
1001 |
1011 |
1002 @media only screen and (min-width: 783px) { |
1012 @media only screen and (min-width: 783px) { |
1003 @supports (position: sticky) and (scroll-margin-bottom: 130px) { |
1013 @supports (position: sticky) and (scroll-margin-bottom: 130px) { |
1004 |
1014 |
1005 #nav-menu-footer { |
1015 #nav-menu-footer { |
1006 position: sticky; |
1016 position: sticky; |
1007 bottom: 0; |
1017 bottom: 0; |
1008 z-index: 10; |
1018 z-index: 10; |
1009 box-shadow: 0 -1px 0 0 #ddd; |
1019 box-shadow: 0 -1px 0 0 #ddd; |