Removed hover border from top menu-opening navbar items
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user