Bug 9916 - Use DataTables in the OPAC
[koha_fer] / koha-tmpl / opac-tmpl / ccsr / en / css / opac.css
index f66e11f..d8c289c 100644 (file)
@@ -2841,4 +2841,23 @@ a.reviewlink,a.reviewlink:visited {
 
 .branch-info-tooltip {
     display: none;
+}
+.sorting_asc {
+    padding-right: 19px;
+    background: url("../../images/asc.gif") no-repeat scroll right center #EEEEEE;
+}
+.sorting_desc {
+    padding-right: 19px;
+    background: url("../../images/desc.gif") no-repeat scroll right center #EEEEEE;
+}
+.sorting {
+    padding-right: 19px;
+    background: url("../../images/ascdesc.gif") no-repeat scroll right center #EEEEEE;
+}
+.nosort,
+.nosort.sorting_asc,
+.nosort.sorting_desc,
+.nosort.sorting {
+    padding-right: 19px;
+    background: #EEEEEE none;
 }
\ No newline at end of file