diff --git a/html/components/team-time-tab.css b/html/components/team-time-tab.css index ccb1f5308..12afd7cf2 100644 --- a/html/components/team-time-tab.css +++ b/html/components/team-time-tab.css @@ -1,5 +1,6 @@ -#GameControl.clickMe { color: green !important; font-size: 200% !important; } +.MetaControl .clickMe { color: black; background: #ff9010; } +.MetaControl .ui-button.ui-state-active { color: black; background: #0c0; } /* Key Control */ .KeyControl span.Indicator { font-size: 75%; } diff --git a/html/components/team-time-tab.js b/html/components/team-time-tab.js index 3900accb6..32e016c85 100644 --- a/html/components/team-time-tab.js +++ b/html/components/team-time-tab.js @@ -133,7 +133,7 @@ function createMetaControlTable(gameId) { } }); - $('