You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
367 B
20 lines
367 B
.sorting:after {
|
|
font-family: Splunk Icons;
|
|
content: "\2195";
|
|
padding-left: 5px;
|
|
color: #bbb;
|
|
}
|
|
|
|
.sorting_asc:after {
|
|
font-family: Splunk Icons;
|
|
content: "\21A5";
|
|
padding-left: 5px;
|
|
color: black;
|
|
}
|
|
|
|
.sorting_desc:after {
|
|
font-family: Splunk Icons;
|
|
content: "\21A7";
|
|
padding-left: 5px;
|
|
color: black;
|
|
} |