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

This commit is contained in:
str4d
2012-12-20 02:07:24 +00:00
parent d99220f113
commit cc292624d2

View File

@@ -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,
#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 {