rector/vendor/tracy/tracy/src/Tracy/assets/table-sort.css

16 lines
306 B
CSS

/**
* This file is part of the Tracy (https://tracy.nette.org)
*/
.tracy-sortable > :first-child > tr:first-child > * {
position: relative;
}
.tracy-sortable > :first-child > tr:first-child > *:hover:before {
position: absolute;
right: .3em;
content: "\21C5";
opacity: .4;
font-weight: normal;
}