Ticket #21283: 21283.11.patch
File 21283.11.patch, 789 bytes (added by , 13 years ago) |
---|
-
wp-admin/css/customize-controls.css
41 41 user-select: none; 42 42 } 43 43 44 .customize-section-title:focus { 45 outline: none; 46 } 47 44 48 .cannot-expand .customize-section-title { 45 49 cursor: auto; 46 50 } … … 166 170 margin: 0; 167 171 } 168 172 169 #customize-footer-actions .button-primary,170 173 #customize-header-actions .button-primary { 171 174 float: right; 172 175 margin-top: 10px; 173 176 } 174 177 175 #customize-footer-actions .spinner,176 178 #customize-header-actions .spinner { 177 179 margin-top: 16px; 178 180 margin-right: 4px; 179 181 } 180 182 181 .saving #customize-footer-actions .spinner,182 183 .saving #customize-header-actions .spinner { 183 184 display: block; 184 185 }