]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Add a hover style to table-hover TRs.
authorAnt Zucaro <azucaro@gmail.com>
Sat, 4 Apr 2015 17:34:55 +0000 (13:34 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sat, 4 Apr 2015 17:34:55 +0000 (13:34 -0400)
xonstat/static/css/app.css

index 2b877340d2dabb88c4ae0cc356bf7e4d761889df..b9fa560496a75d0df0549ef70cc50af7fefc4ac7 100644 (file)
@@ -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;