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

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

Tweak the color of the second- and third-level menus

parent d99220f1
No related branches found
No related tags found
No related merge requests found
...@@ -178,7 +178,7 @@ menu ul, ...@@ -178,7 +178,7 @@ menu ul,
} }
#cssmenu .has-sub ul li:hover a { #cssmenu .has-sub ul li:hover a {
/*background: #0c7fb0;*/ /*background: #0c7fb0;*/
background: #8bac51; background: #8bbc51;
} }
#cssmenu .has-sub .has-sub:hover > ul { #cssmenu .has-sub .has-sub:hover > ul {
display: block; display: block;
...@@ -192,7 +192,7 @@ menu ul, ...@@ -192,7 +192,7 @@ menu ul,
#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;*/
background: #8bac51; background: #8bbc51;
border-bottom: 1px dotted #ffffcc; border-bottom: 1px dotted #ffffcc;
} }
#cssmenu .has-sub .has-sub ul li a:hover { #cssmenu .has-sub .has-sub ul li a:hover {
......
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