Ticket #22583: 22583.diff
| File 22583.diff, 1.7 KB (added by , 13 years ago) |
|---|
-
wp-includes/css/editor.css
1511 1511 filter: alpha(opacity=60); 1512 1512 } 1513 1513 1514 .ui-draggable .ui-draggable-titlebar { 1515 -ms-touch-action: none; 1516 } 1517 1514 1518 /* 1515 1519 RTL 1516 1520 */ -
wp-includes/css/jquery-ui-dialog.css
137 137 opacity: 0.6; 138 138 filter: alpha(opacity=60); 139 139 } 140 141 .ui-draggable .ui-draggable-titlebar { 142 -ms-touch-action: none; 143 } -
wp-admin/css/wp-admin.css
2104 2104 2105 2105 .js .postbox .hndle { 2106 2106 cursor: move; 2107 -ms-touch-action: none; 2107 2108 } 2108 2109 2109 2110 .postbox.closed .hndle { … … 2156 2157 .js .widget .widget-top, 2157 2158 .js .postbox h3 { 2158 2159 cursor: move; 2160 -ms-touch-action: none; 2159 2161 } 2160 2162 2161 2163 .postbox .inside, … … 3982 3984 3983 3985 .find-box-head { 3984 3986 cursor: move; 3987 -ms-touch-action: none; 3985 3988 font-weight: bold; 3986 3989 height: 2em; 3987 3990 line-height: 2em; … … 7106 7109 7107 7110 .js .menu-item-handle { 7108 7111 cursor: move; 7112 -ms-touch-action: none; 7109 7113 } 7110 7114 7111 7115 .menu li.deleting .menu-item-handle { -
wp-admin/css/media.css
135 135 136 136 #media-upload .ui-sortable .media-item { 137 137 cursor: move; 138 -ms-touch-action: none; 138 139 } 139 140 140 141 #media-upload tr.image-size {