PHP Classes

File: system/dependencies/tracy/tracy/src/Tracy/TableSort/table-sort.css

Recommend this page to a friend!
  Classes of Dimitri Sitchet   dFramework   system/dependencies/tracy/tracy/src/Tracy/TableSort/table-sort.css   Download  
File: system/dependencies/tracy/tracy/src/Tracy/TableSort/table-sort.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: dFramework
Framework to build PHP applications
Author: By
Last change:
Date: 4 years ago
Size: 272 bytes
 

Contents

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