From 3a893a75390288ed0bc55dd1413d973f0b611ac4 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 8 Jun 2017 02:20:34 +0200 Subject: Captions for data table color codes --- http/res/ranking.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'http/res/ranking.css') 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 } -- cgit v1.2.3