Data table styling and options
This commit is contained in:
@@ -1 +1,12 @@
|
||||
/* SportsPress */
|
||||
/* SportsPress */
|
||||
|
||||
/* Data Tables */
|
||||
.sp-data-table thead .sorting {
|
||||
cursor: pointer;
|
||||
}
|
||||
.sp-data-table .sorting_asc:after {
|
||||
content: ' \25B2';
|
||||
}
|
||||
.sp-data-table .sorting_desc:after {
|
||||
content: ' \25BC';
|
||||
}
|
||||
Reference in New Issue
Block a user