Ticket #26297: 26297.diff
| File 26297.diff, 1.3 KB (added by , 13 years ago) |
|---|
-
wp-includes/css/media-views.css
84 84 .ui-sortable, 85 85 .ui-draggable { 86 86 -ms-touch-action: none; 87 touch-action: none; 87 88 } 88 89 90 .meta-box-sortables.ui-sortable, 91 .meta-box-sortables.ui-draggable { 92 -ms-touch-action: auto; 93 touch-action: auto; 94 } 95 96 .meta-box-sortables.ui-sortable .hndle, 97 .meta-box-sortables.ui-draggable .hndle { 98 -ms-touch-action: none; 99 touch-action: none; 100 } 101 89 102 /** 90 103 * Modal 91 104 */ … … 1856 1869 .media-frame .spinner { 1857 1870 background-image: url('../images/spinner-2x.gif'); 1858 1871 } 1859 } 1860 No newline at end of file 1872 } -
wp-admin/css/wp-admin.css
11181 11181 .ui-sortable, 11182 11182 .ui-draggable { 11183 11183 -ms-touch-action: none; 11184 touch-action: none; 11184 11185 } 11185 11186 11187 .meta-box-sortables.ui-sortable, 11188 .meta-box-sortables.ui-draggable { 11189 -ms-touch-action: auto; 11190 touch-action: auto; 11191 } 11192 11193 .meta-box-sortables.ui-sortable .hndle, 11194 .meta-box-sortables.ui-draggable .hndle { 11195 -ms-touch-action: none; 11196 touch-action: none; 11197 } 11198 11186 11199 /* Accordion */ 11187 11200 11188 11201 .accordion-section {
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)