Private GIT

Skip to content
Snippets Groups Projects
Commit e93d98aa authored by Nic Wolfe's avatar Nic Wolfe
Browse files

Fix tablesorter header images

parent 775d3e15
Branches
Tags
No related merge requests found
......@@ -23,9 +23,9 @@
.ac_loading { background: white url("$sbRoot/images/indicator.gif") right center no-repeat; }
.sf-sub-indicator { background: url("$sbRoot/images/arrows.png") no-repeat -10px -100px; }
.sf-shadow ul { background: url("$sbRoot/images/shadow.png") no-repeat bottom right; }
table.tablesorter thead tr .header { background-image: url("$sbRoot/tablesorter/images/tablesorter/bg.gif"); }
table.tablesorter thead tr .headerSortUp { background-image: url("$sbRoot/tablesorter/images/tablesorter/asc.gif"); }
table.tablesorter thead tr .headerSortDown { background-image: url("$sbRoot/tablesorter/images/tablesorter/desc.gif"); }
table.tablesorter thead tr .header { background-image: url("$sbRoot/images/tablesorter/bg.gif"); }
table.tablesorter thead tr .headerSortUp { background-image: url("$sbRoot/images/tablesorter/asc.gif"); }
table.tablesorter thead tr .headerSortDown { background-image: url("$sbRoot/images/tablesorter/desc.gif"); }
.browserDialog.busy .ui-dialog-buttonpane { background: url("$sbRoot/images/loading.gif") 10px 50% no-repeat; }
.ui-widget-content { border: 1px solid #d9d6c4; background: #eceadf url("$sbRoot/css/pepper-grinder/images/ui-bg_fine-grain_10_eceadf_60x60.png") 50% 50% repeat; color: #1f1f1f; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment