Files
sportspress/assets/css/sportspress.css
2014-01-09 12:37:57 +11:00

28 lines
569 B
CSS

/* SportsPress */
/* Data Tables */
.sp-data-table thead .sorting,
.sp-data-table thead .sorting_asc,
.sp-data-table thead .sorting_desc {
cursor: pointer;
}
.sp-data-table .sorting:after,
.sp-data-table .sorting_asc:after,
.sp-data-table .sorting_desc:after {
font-family: dashicons;
}
.sp-data-table .sorting:after {
content: "\f156";
color: transparent;
}
.sp-data-table .sorting_asc:after {
content: "\f142";
}
.sp-data-table .sorting_desc:after {
content: "\f140";
}
.sp-data-table .column-name .logo {
vertical-align: middle;
height: 2em;
width: auto;
}