Add post types to At a Glance
This commit is contained in:
@@ -5,6 +5,31 @@
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
#dashboard_right_now .sp-event-count a:before,
|
||||
#dashboard_right_now .sp-event-count span:before,
|
||||
#dashboard_right_now .sp-team-count a:before,
|
||||
#dashboard_right_now .sp-team-count span:before,
|
||||
#dashboard_right_now .sp-player-count a:before,
|
||||
#dashboard_right_now .sp-player-count span:before {
|
||||
font-family: 'sportspress';
|
||||
}
|
||||
|
||||
#dashboard_right_now .sp-event-count a:before,
|
||||
#dashboard_right_now .sp-event-count span:before {
|
||||
content: "\f145";
|
||||
}
|
||||
|
||||
#dashboard_right_now .sp-team-count a:before,
|
||||
#dashboard_right_now .sp-team-count span:before {
|
||||
content: "\f334";
|
||||
}
|
||||
|
||||
#dashboard_right_now .sp-player-count a:before,
|
||||
#dashboard_right_now .sp-player-count span:before {
|
||||
content: "\f307";
|
||||
}
|
||||
|
||||
#sportspress_dashboard_status .sp_status_list {
|
||||
overflow: hidden;
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user