diff --git a/core/includes/theme.inc b/core/includes/theme.inc index 27573e7..af50950 100644 --- a/core/includes/theme.inc +++ b/core/includes/theme.inc @@ -1055,10 +1055,10 @@ function template_preprocess_table(&$variables) { function template_preprocess_tablesort_indicator(&$variables) { // Provide the image attributes for an ascending or descending image. if ($variables['style'] == 'asc') { - $variables['arrow_asc'] = file_create_url('core/misc/arrow-asc.png'); + $variables['arrow_asc'] = file_create_url('core/misc/icons/bebebe/twistie-down.svg'); } else { - $variables['arrow_desc'] = file_create_url('core/misc/arrow-desc.png'); + $variables['arrow_desc'] = file_create_url('core/misc/icons/bebebe/twistie-up.svg'); } } diff --git a/core/misc/arrow-asc.png b/core/misc/arrow-asc.png deleted file mode 100644 index 2edbb17..0000000 --- a/core/misc/arrow-asc.png +++ /dev/null @@ -1,4 +0,0 @@ -‰PNG - - IHDR H%v?PLTEÿÿÿ···kR%»tRNS@æØfIDATxœc`@õì0È`ào``g``‚ -KzHƒ“ÏIEND®B`‚ \ No newline at end of file diff --git a/core/misc/arrow-desc.png b/core/misc/arrow-desc.png deleted file mode 100644 index a3ccabc..0000000 --- a/core/misc/arrow-desc.png +++ /dev/null @@ -1,5 +0,0 @@ -‰PNG - - IHDR H%v?PLTEÿÿÿ···kR%»tRNS@æØfIDATc`@L L¬ Œü…LL - -Li|q)í©IEND®B`‚ \ No newline at end of file diff --git a/core/misc/icons/bebebe/twistie-down.svg b/core/misc/icons/bebebe/twistie-down.svg new file mode 100644 index 0000000..fd2ffa4 --- /dev/null +++ b/core/misc/icons/bebebe/twistie-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/core/misc/icons/bebebe/twistie-up.svg b/core/misc/icons/bebebe/twistie-up.svg new file mode 100644 index 0000000..5fa56b9 --- /dev/null +++ b/core/misc/icons/bebebe/twistie-up.svg @@ -0,0 +1 @@ + \ No newline at end of file