Start with default generated template
This commit is contained in:
11
css/components/tablesort.css
Normal file
11
css/components/tablesort.css
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* @file
|
||||
* Table sort indicator.
|
||||
*/
|
||||
|
||||
th.is-active img {
|
||||
display: inline;
|
||||
}
|
||||
td.is-active {
|
||||
background-color: #ddd;
|
||||
}
|
||||
Reference in New Issue
Block a user