--- a/jpoker/themes/pokersource.eu/css/jpoker_regular_tourney_list.css Tue Jun 01 10:10:30 2010 +0200
+++ b/jpoker/themes/pokersource.eu/css/jpoker_regular_tourney_list.css Tue Jun 01 10:31:08 2010 +0200
@@ -18,10 +18,15 @@
.jpoker_regular_tourney_list .odd {
background: #81AC00;
}
-.jpoker_regular_tourney_list .headerSortUp,
-.jpoker_regular_tourney_list .headerSortDown {
+.jpoker_widget.jpoker_regular_tourney_list table th.headerSortUp {
+ background: #C0CC9E;
+ color: #000;
+}
+
+.jpoker_widget.jpoker_regular_tourney_list table th.headerSortDown {
background: #81AC00;
}
+
.jpoker_regular_tourney_list tr.hover {
background: #81AC00;
color: #fff;
--- a/jpoker/themes/pokersource.eu/css/jpoker_sitngo_tourney_list.css Tue Jun 01 10:10:30 2010 +0200
+++ b/jpoker/themes/pokersource.eu/css/jpoker_sitngo_tourney_list.css Tue Jun 01 10:31:08 2010 +0200
@@ -14,11 +14,12 @@
.jpoker_sitngo_tourney_list .odd {
background:#81AC00;
}
-.jpoker_sitngo_tourney_list .headerSortUp {
- background:#81AC00;
+.jpoker_widget.jpoker_sitngo_tourney_list table th.headerSortUp {
+ background: #C0CC9E;
+ color: #000;
}
-.jpoker_sitngo_tourney_list .headerSortDown {
- background:#81AC00;
+.jpoker_widget.jpoker_sitngo_tourney_list table th.headerSortDown {
+ background: #81AC00;
}
.jpoker_sitngo_tourney_list tr.hover {
background:#81AC00;
--- a/jpoker/themes/pokersource.eu/css/jpoker_table_list.css Tue Jun 01 10:10:30 2010 +0200
+++ b/jpoker/themes/pokersource.eu/css/jpoker_table_list.css Tue Jun 01 10:31:08 2010 +0200
@@ -4,6 +4,15 @@
.jpoker_table_list tr.odd {
background:#81AC00;
+}
+
+.jpoker_widget.jpoker_table_list table th.headerSortUp {
+ background: #C0CC9E;
+ color: #000;
+}
+
+.jpoker_widget.jpoker_table_list table th.headerSortDown {
+ background: #81AC00;
}
.jpoker_table_list th {