Ticket #15993: 15993.5.patch
File 15993.5.patch, 835 bytes (added by , 12 years ago) |
---|
-
wp-admin/css/wp-admin.dev.css
2307 2307 height: 4px; 2308 2308 margin-top: 8px; 2309 2309 margin-left: 7px; 2310 position: absolute; 2310 2311 background-image: url(../images/sort.gif); 2311 2312 background-repeat: no-repeat; 2312 2313 } … … 2324 2325 th.sorted a { 2325 2326 display: block; 2326 2327 overflow: hidden; 2328 position: relative; 2327 2329 padding: 7px 7px 8px; 2328 2330 } 2329 2331 … … 2340 2342 2341 2343 th.sorted.asc .sorting-indicator, 2342 2344 th.desc:hover span.sorting-indicator { 2343 display: block;2345 display: inline; 2344 2346 background-position: 0 0; 2345 2347 } 2346 2348 2347 2349 th.sorted.desc .sorting-indicator, 2348 2350 th.asc:hover span.sorting-indicator { 2349 display: block;2351 display: inline; 2350 2352 background-position: -7px 0; 2351 2353 } 2352 2354