From: Ant Zucaro Date: Sat, 4 Apr 2015 17:34:55 +0000 (-0400) Subject: Add a hover style to table-hover TRs. X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=29b297027aa8316a13164c73b0cc59644ad55401;p=xonotic%2Fxonstat.git Add a hover style to table-hover TRs. --- 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;