]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Make the background black, as the transparency was not working as well in IE and...
authorAnt Zucaro <azucaro@gmail.com>
Thu, 3 May 2012 09:45:54 +0000 (05:45 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Thu, 3 May 2012 09:45:54 +0000 (05:45 -0400)
xonstat/static/css/style.css

index 7b1f23889bd45caf35f1f1f57efb68a27586bf52..72a84b68bbe3666c12cebeebe24c89a8839bfec8 100755 (executable)
@@ -3399,6 +3399,7 @@ a.thumbnail:hover {
   -moz-border-image: url(img/web_border.png) 85 85 85 stretch;
   -webkit-border-image: url(img/web_border.png) 72 85 85 stretch;
   -o-border-image: url(img/web_border.png) 96 96 96 stretch;
+  background-color: #000000;
   border-image: url(img/web_border.png) 96 96 96 stretch;
   border-width: 40px;
   left: -40px;
@@ -3463,6 +3464,7 @@ a.thumbnail:hover {
   list-style: none outside none;
 }
 .weapon-nav li {
+  cursor: pointer;
   float: left;
   margin-right: 10px;
 }