Fixed FELIX-2830: Tablesorter loses it's styling if placed in JQuery TAB component
https://issues.apache.org/jira/browse/FELIX-2830

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1068296 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/res/ui/webconsole.css b/webconsole/src/main/resources/res/ui/webconsole.css
index 4cf950d..fb1510a 100644
--- a/webconsole/src/main/resources/res/ui/webconsole.css
+++ b/webconsole/src/main/resources/res/ui/webconsole.css
@@ -119,16 +119,16 @@
 
 /* tablesorter styling */
 tr .header {
-	background-image: url(../lib/bg.gif);
-	background-repeat: no-repeat;
-	background-position: center right;
-	cursor: pointer;
+	background-image: url(../lib/bg.gif) !important;
+	background-repeat: no-repeat !important;
+	background-position: center right !important;
+	cursor: pointer !important;
 }
 tr .headerSortUp {
-	background-image: url(../lib/asc.gif);
+	background-image: url(../lib/asc.gif) !important;
 }
 tr .headerSortDown {
-	background-image: url(../lib/desc.gif);
+	background-image: url(../lib/desc.gif) !important;
 }
 
 /* status line */