tablesort-indicator.css
Same filename in this branch
Same filename in other branches
- 8.9.x core/themes/seven/css/components/tablesort-indicator.css
- 8.9.x core/themes/claro/css/components/tablesort-indicator.css
- 8.9.x core/themes/bartik/css/components/tablesort-indicator.css
- 10 core/themes/claro/css/components/tablesort-indicator.css
- 11.x core/themes/claro/css/components/tablesort-indicator.css
Tablesort indicator styles.
File
-
core/
themes/ bartik/ css/ components/ tablesort-indicator.css
View source
- /**
- * @file
- * Tablesort indicator styles.
- */
-
- .tablesort {
- width: 14px;
- height: 14px;
- margin: 1px 0 0 5px;
- vertical-align: top;
- }
- .tablesort--asc {
- background-image: url(../../../../misc/icons/ffffff/twistie-down.svg);
- }
- .tablesort--desc {
- background-image: url(../../../../misc/icons/ffffff/twistie-up.svg);
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.