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

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

Make dropdown menu text white (ticket #1210)

parent 3226248b
No related branches found
No related tags found
No related merge requests found
...@@ -129,11 +129,12 @@ menu ul, ...@@ -129,11 +129,12 @@ menu ul,
#cssmenu .has-sub ul li div.menuitem { #cssmenu .has-sub ul li div.menuitem {
background: #abcc71; background: #abcc71;
border-bottom: 1px dotted #ffffcc; border-bottom: 1px dotted #ffffcc;
filter: none; color: #ffffff;
font-size: 9pt; font-size: 9pt;
display: block; display: block;
line-height: 120%; line-height: 120%;
padding: 10px; padding: 10px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
} }
#cssmenu .has-sub ul li:hover > div.menuitem, #cssmenu .has-sub ul li:hover > div.menuitem,
#cssmenu .has-sub ul li:hover > a > div.menuitem { #cssmenu .has-sub ul li:hover > a > div.menuitem {
......
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