Split admin css assets for customise and widgets

This commit is contained in:
Brian Miyaji
2014-04-10 00:51:32 +10:00
parent fe994e1dfd
commit 88b7505f3b
6 changed files with 72 additions and 43 deletions

20
assets/css/customize.css Normal file
View File

@@ -0,0 +1,20 @@
#available-widgets [class*=sp_] .widget-title:before {
font-family: 'sportspress';
}
#available-widgets [class*=sp_countdown] .widget-title:before {
content: "\f469";
}
#available-widgets [class*=sp_event_calendar] .widget-title:before,
#available-widgets [class*=sp_event_list] .widget-title:before {
content: "\f145";
}
#available-widgets [class*=sp_league_table] .widget-title:before {
content: "\f334";
}
#available-widgets [class*=sp_player_list] .widget-title:before,
#available-widgets [class*=sp_player_gallery] .widget-title:before {
content: "\f307";
}
#available-widgets [class*=sp_countdown] .widget-title:before {
content: "\f469";
}