forked from I2P_Developers/i2p.www
Tweak the color of the second- and third-level menus
This commit is contained in:
@@ -178,7 +178,7 @@ menu ul,
|
||||
}
|
||||
#cssmenu .has-sub ul li:hover a {
|
||||
/*background: #0c7fb0;*/
|
||||
background: #8bac51;
|
||||
background: #8bbc51;
|
||||
}
|
||||
#cssmenu .has-sub .has-sub:hover > ul {
|
||||
display: block;
|
||||
@@ -192,7 +192,7 @@ menu ul,
|
||||
#cssmenu .has-sub .has-sub ul li a {
|
||||
/*background: #0c7fb0;
|
||||
border-bottom: 1px dotted #6db2d0;*/
|
||||
background: #8bac51;
|
||||
background: #8bbc51;
|
||||
border-bottom: 1px dotted #ffffcc;
|
||||
}
|
||||
#cssmenu .has-sub .has-sub ul li a:hover {
|
||||
|
Reference in New Issue
Block a user