aboutsummaryrefslogtreecommitdiffstats
path: root/interface/css/rspamd.css
diff options
context:
space:
mode:
Diffstat (limited to 'interface/css/rspamd.css')
-rw-r--r--interface/css/rspamd.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css
index 159d6ca50..15ca4afac 100644
--- a/interface/css/rspamd.css
+++ b/interface/css/rspamd.css
@@ -644,3 +644,18 @@ input.radio {
#clusterTable .col3 {
width: 50%;
}
+table.dataTable thead .sorting {
+background: url("../img/asc.png") no-repeat center right;
+}
+table.dataTable thead .sorting_asc {
+background: url("../img/asc.png") no-repeat center right;
+}
+table.dataTable thead .sorting_desc {
+background: url("../img/desc.png") no-repeat center right;
+}
+table.dataTable thead .sorting_asc_disabled {
+background: url("../img/asc.png") no-repeat center right;
+}
+table.dataTable thead .sorting_desc_disabled {
+background: url("../img/desc.png") no-repeat center right;
+} \ No newline at end of file