Mercurial > hg > isophonics-drupal-site
annotate themes/isobartik/css/components/tablesort-indicator.css @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 875880e46745 |
children |
rev | line source |
---|---|
Chris@3 | 1 /** |
Chris@3 | 2 * @file |
Chris@3 | 3 * Tablesort indicator styles. |
Chris@3 | 4 */ |
Chris@3 | 5 |
Chris@3 | 6 .tablesort { |
Chris@3 | 7 width: 14px; |
Chris@3 | 8 height: 14px; |
Chris@3 | 9 vertical-align: top; |
Chris@3 | 10 margin: 1px 0 0 5px; |
Chris@3 | 11 } |
Chris@3 | 12 .tablesort--asc { |
Chris@6 | 13 background-image: url(../../../../core/misc/icons/ffffff/twistie-down.svg); |
Chris@3 | 14 } |
Chris@3 | 15 .tablesort--desc { |
Chris@6 | 16 background-image: url(../../../../core/misc/icons/ffffff/twistie-up.svg); |
Chris@3 | 17 } |