]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Color score cells yellow.
authorAnt Zucaro <azucaro@gmail.com>
Sun, 12 Apr 2015 01:18:48 +0000 (21:18 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sun, 12 Apr 2015 01:18:48 +0000 (21:18 -0400)
xonstat/static/css/app.css
xonstat/templates/scoreboard.mako

index bdff60bf81476d46560d56aa329f295b54185017..1e388fbf8ce223fced441c36fa356a94bf708bf2 100644 (file)
@@ -299,6 +299,10 @@ ul.accordion {
   color: #ad00ad;
 }
 
+.player-score {
+  color: #FEFF3A;
+}
+
 .tabs-content {
   margin-bottom: 0;
 }
index 35eaca7c4f1c2de9d909a77bd9137c240aaa4b7d..6a6751c04b04ae368c083025a97584c59fbaccbd 100644 (file)
@@ -25,7 +25,7 @@
       ${scoreboard_row(game_type_cd, pgstat)}
 
       % if game_type_cd != 'cts':
-        <td class="small-3">${pgstat.score}</td>
+        <td class="small-3 player-score">${pgstat.score}</td>
       % endif
 
       % if show_elo: