Removed hover border from top menu-opening navbar items

This commit is contained in:
str4d
2013-01-03 21:15:15 +00:00
parent 72e59f8602
commit 4193653dcb

View File

@@ -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;
}