From 29b297027aa8316a13164c73b0cc59644ad55401 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sat, 4 Apr 2015 13:34:55 -0400 Subject: [PATCH] Add a hover style to table-hover TRs. --- xonstat/static/css/app.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xonstat/static/css/app.css b/xonstat/static/css/app.css index 2b87734..b9fa560 100644 --- a/xonstat/static/css/app.css +++ b/xonstat/static/css/app.css @@ -71,6 +71,10 @@ table thead tr th, table thead tr td, table tr th, table tr td { width: 100%; } +.table-hover tr:hover { + background-color: #222; +} + .table-condensed th, .table-condensed td { padding: 4px 5px; } @@ -249,10 +253,6 @@ table thead tr th, table thead tr td, table tr th, table tr td { background-color: #4d004d; } -.game tr:hover { - background-color: #222; -} - .teamscore { text-shadow: -1px -1px 0 #222; font-weight: bold; -- 2.39.2