summaryrefslogtreecommitdiff
path: root/http/res/ranking.css
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-06-08 02:20:34 +0200
committeremkael <emkael@tlen.pl>2017-06-08 02:20:34 +0200
commit3a893a75390288ed0bc55dd1413d973f0b611ac4 (patch)
tree0a175025757a3fc69b4b2dea4cc8bc0a357cf269 /http/res/ranking.css
parentf2c215082b8735a6851935f04122dcb6af3f5291 (diff)
Captions for data table color codes
Diffstat (limited to 'http/res/ranking.css')
-rw-r--r--http/res/ranking.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/http/res/ranking.css b/http/res/ranking.css
index 316aa49..6a6b1c7 100644
--- a/http/res/ranking.css
+++ b/http/res/ranking.css
@@ -1,6 +1,6 @@
-.table > tbody > tr.gold > td { background-color: #FFEF96 }
-.table > tbody > tr.silver > td { background-color: #E5E5E5 }
-.table > tbody > tr.bronze > td { background-color: #CAA077 }
+.table-hover > tbody > tr.gold > td { background-color: #FFEF96 }
+.table-hover > tbody > tr.silver > td { background-color: #E5E5E5 }
+.table-hover > tbody > tr.bronze > td { background-color: #CAA077 }
.table-hover > tbody > tr.gold:hover > td { background-color: #FFE34C }
.table-hover > tbody > tr.silver:hover > td { background-color: #CDCDCD }
.table-hover > tbody > tr.bronze:hover > td { background-color: #B88048 }