I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit a23e0572 authored by str4d's avatar str4d
Browse files

Use border-left to make sub-menus clearer in duck's theme

parent eb79c49c
No related branches found
No related tags found
No related merge requests found
...@@ -167,7 +167,8 @@ menu ul, ...@@ -167,7 +167,8 @@ menu ul,
left: 0; left: 0;
} }
#cssmenu .has-sub ul li { #cssmenu .has-sub ul li {
*margin-bottom: -1px; border-left: 1px solid #ffffcc;
/*margin-bottom: -1px;*/
} }
#cssmenu .has-sub ul li.has-sub { #cssmenu .has-sub ul li.has-sub {
border-right: 5px solid #4B9C31 border-right: 5px solid #4B9C31
...@@ -197,6 +198,9 @@ menu ul, ...@@ -197,6 +198,9 @@ menu ul,
top: 0; top: 0;
margin-left: 5px; margin-left: 5px;
} }
#cssmenu .has-sub .has-sub ul li:first-child {
border-left: none;
}
#cssmenu .has-sub .has-sub ul li a { #cssmenu .has-sub .has-sub ul li a {
/*background: #0c7fb0; /*background: #0c7fb0;
border-bottom: 1px dotted #6db2d0;*/ border-bottom: 1px dotted #6db2d0;*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment