Created
May 30, 2016 19:04
-
-
Save arodu/58a4bb7463a19c24f44028a138ce9c6d to your computer and use it in GitHub Desktop.
Add directional to cakephp paginator sort
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
th a.asc:after { | |
content: ' ⇣'; | |
} | |
th a.desc:after { | |
content: ' ⇡'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment