From acc429a1e7be0e7c41014cefd9d89a386e440cc1 Mon Sep 17 00:00:00 2001 From: str4d Date: Sun, 11 Nov 2012 02:34:30 +0000 Subject: [PATCH] Used alpha fade for logo hover to be less glaring --- i2p2www/static/styles/duck.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/i2p2www/static/styles/duck.css b/i2p2www/static/styles/duck.css index b5a29581..8c06a9bb 100644 --- a/i2p2www/static/styles/duck.css +++ b/i2p2www/static/styles/duck.css @@ -14,10 +14,9 @@ div.hide {display:none;} div#branding {width:80%; margin:1em auto; position:relative;} div#branding #logo img:hover { - box-shadow: inset 0 0 3px #000000; - -moz-box-shadow: inset 0 0 3px #000000; - -webkit-box-shadow: inset 0 0 3px #000000; - background: #ffffbb; + filter:alpha(opacity=60); + -moz-opacity: 0.6; + opacity: 0.6; } div#branding .title { font-family:"URW Gothic L", "Century Gothic", sans-serif; text-transform:uppercase; font-size:3.5em;