Making WordPress.org

Changeset 360


Ignore:
Timestamp:
01/31/2014 10:07:40 PM (11 years ago)
Author:
ocean90
Message:

Trac: Replace table sorting icons with Dashicons. see #272.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css

    r358 r360  
    11771177 * Dashicons
    11781178 */
     1179table.listing th.asc a:after,
     1180table.listing th.desc a:after,
    11791181table.dirlist tr span.expander:before,
    11801182table.dirlist td.rev a.chgset:before,
     
    12601262    padding-left: 0;
    12611263}
     1264table.listing th.asc a,
     1265table.listing th.desc a,
    12621266table.dirlist tr.expanded span.expander,
    12631267table.dirlist tr span.expander,
     
    14431447    width: 15px;
    14441448}
    1445 
     1449table.listing th.asc a:after,
     1450table.listing th.desc a:after {
     1451    font-size: 15px;
     1452    height: 15px;
     1453    width: 15px;
     1454}
     1455table.listing th.asc a:after {
     1456    content: "\f142"; /* dashicons-arrow-up */
     1457}
     1458table.listing th.desc a:after {
     1459    content: "\f140"; /* dashicons-arrow-down */
     1460}
    14461461/* =Reports page */
    14471462
Note: See TracChangeset for help on using the changeset viewer.