From 1f9f89ca803be112b4084c3e634c1bd7e2c79203 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Thu, 3 May 2012 05:45:54 -0400 Subject: [PATCH] Make the background black, as the transparency was not working as well in IE and Chrome. Also add cursor to the weapons below the accuracy graph. --- xonstat/static/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xonstat/static/css/style.css b/xonstat/static/css/style.css index 7b1f238..72a84b6 100755 --- a/xonstat/static/css/style.css +++ b/xonstat/static/css/style.css @@ -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; } -- 2.39.2