Mercurial > hg > isophonics-drupal-site
view themes/isobartik/css/components/tablesort-indicator.css @ 3:e11175134f4e
Attempt to introduce editable version of theme
author | Chris Cannam |
---|---|
date | Tue, 05 Dec 2017 11:25:38 +0000 |
parents | |
children | 875880e46745 |
line wrap: on
line source
/** * @file * Tablesort indicator styles. */ .tablesort { width: 14px; height: 14px; vertical-align: top; margin: 1px 0 0 5px; } .tablesort--asc { background-image: url(../../../../misc/icons/ffffff/twistie-down.svg); } .tablesort--desc { background-image: url(../../../../misc/icons/ffffff/twistie-up.svg); }