Skip to:
Content

bbPress.org

Changeset 5832


Ignore:
Timestamp:
07/15/2015 01:34:37 PM (9 years ago)
Author:
johnjamesjacoby
Message:

Add future support for forum/topic/reply dashicon column headers to admin.css.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/css/admin.css

    r5398 r5832  
    3232/* Dashicons */
    3333
     34th .bbp_forums_column:before,
    3435#dashboard_right_now a.bbp-glance-forums:before,
    3536#adminmenu #menu-posts-forum .wp-menu-image:before {
     
    3738}
    3839
     40th .bbp_topics_column:before,
    3941#dashboard_right_now a.bbp-glance-topics:before,
    4042#adminmenu #menu-posts-topic .wp-menu-image:before {
     
    4244}
    4345
     46th .bbp_replies_column:before,
    4447#dashboard_right_now a.bbp-glance-replies:before,
    4548#adminmenu #menu-posts-reply .wp-menu-image:before {
     
    4952#dashboard_right_now a.bbp-glance-topic-tags:before {
    5053    content: '\f323';
     54}
     55
     56th .bbp_forums_column,
     57th .bbp_topics_column,
     58th .bbp_replies_column {
     59    height: 16px;
     60    width: 16px;
     61}
     62
     63th .bbp_forums_column:before,
     64th .bbp_topics_column:before,
     65th .bbp_replies_column:before {
     66    font: normal 20px/.5 'dashicons';
     67    speak: none;
     68    display: inline-block;
     69    padding: 0;
     70    top: 4px;
     71    left: -4px;
     72    position: relative;
     73    vertical-align: top;
     74    -webkit-font-smoothing: antialiased;
     75    -moz-osx-font-smoothing: grayscale;
     76    text-decoration: none !important;
     77    color: #444;
    5178}
    5279
Note: See TracChangeset for help on using the changeset viewer.