Use border-left to make sub-menus clearer in duck's theme
This commit is contained in:
@ -167,7 +167,8 @@ menu ul,
|
||||
left: 0;
|
||||
}
|
||||
#cssmenu .has-sub ul li {
|
||||
*margin-bottom: -1px;
|
||||
border-left: 1px solid #ffffcc;
|
||||
/*margin-bottom: -1px;*/
|
||||
}
|
||||
#cssmenu .has-sub ul li.has-sub {
|
||||
border-right: 5px solid #4B9C31
|
||||
@ -197,6 +198,9 @@ menu ul,
|
||||
top: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
#cssmenu .has-sub .has-sub ul li:first-child {
|
||||
border-left: none;
|
||||
}
|
||||
#cssmenu .has-sub .has-sub ul li a {
|
||||
/*background: #0c7fb0;
|
||||
border-bottom: 1px dotted #6db2d0;*/
|
||||
|
Reference in New Issue
Block a user