Author: vvalchev
Date: Tue Feb  8 09:05:35 2011
New Revision: 1068296

URL: http://svn.apache.org/viewvc?rev=1068296&view=rev
Log:
Fixed FELIX-2830: Tablesorter loses it's styling if placed in JQuery TAB 
component
https://issues.apache.org/jira/browse/FELIX-2830

Modified:
    felix/trunk/webconsole/src/main/resources/res/ui/webconsole.css

Modified: felix/trunk/webconsole/src/main/resources/res/ui/webconsole.css
URL: 
http://svn.apache.org/viewvc/felix/trunk/webconsole/src/main/resources/res/ui/webconsole.css?rev=1068296&r1=1068295&r2=1068296&view=diff
==============================================================================
--- felix/trunk/webconsole/src/main/resources/res/ui/webconsole.css (original)
+++ felix/trunk/webconsole/src/main/resources/res/ui/webconsole.css Tue Feb  8 
09:05:35 2011
@@ -119,16 +119,16 @@ table.nicetable th, table.nicetable td {
 
 /* 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 */


Reply via email to