diff --git a/i2p2www/static/styles/duck.css b/i2p2www/static/styles/duck.css index 692a1bdf..5e3c4a13 100644 --- a/i2p2www/static/styles/duck.css +++ b/i2p2www/static/styles/duck.css @@ -140,6 +140,7 @@ menu ul, background: linear-gradient(to bottom, #26262c 0%, #070707 100%); filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#26262c', EndColorStr='#070707', GradientType=0); } +/* #cssmenu > ul > li:hover > div.menuitem { /*background: #070707; background: -moz-linear-gradient(top, #26262c 0%, #070707 100%); @@ -147,12 +148,13 @@ menu ul, background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%); background: -o-linear-gradient(top, #26262c 0%, #070707 100%); background: -ms-linear-gradient(top, #26262c 0%, #070707 100%); - background: linear-gradient(to bottom, #26262c 0%, #070707 100%);*/ + background: linear-gradient(to bottom, #26262c 0%, #070707 100%);*//* filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#26262c', EndColorStr='#070707', GradientType=0); box-shadow: inset 0 0 3px #000000; -moz-box-shadow: inset 0 0 3px #000000; -webkit-box-shadow: inset 0 0 3px #000000; } +*/ #cssmenu .has-sub { z-index: 1; }