From 5160348696a4455e21d0325cc1be85941d1213a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Tue, 26 Mar 2019 14:24:56 +0100 Subject: [PATCH] Comptibility with Easy SW: sorting icons are not visible --- assets/stylesheets/redmine_dmsf.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/assets/stylesheets/redmine_dmsf.css b/assets/stylesheets/redmine_dmsf.css index 3eb9b36d..ca11080f 100644 --- a/assets/stylesheets/redmine_dmsf.css +++ b/assets/stylesheets/redmine_dmsf.css @@ -88,6 +88,20 @@ table.display thead th div.DataTables_sort_wrapper span { display: block; } +/* Comptibility with Easy SW: sorting icons are not visible do */ +.ui-state-default .ui-icon { + background-image: url("../../../stylesheets/jquery/images/ui-icons_759fcf_256x240.png"); +} + +.ui-icon-triangle-1-n { + background-position: 0 -16px; +} + +.ui-icon-triangle-1-s { + background-position: -64px -16px; +} +/* end */ + .dmsf_controls, .dmsf_controls input, .dmsf_controls select,