Skip to content
Snippets Groups Projects
Commit 813090c9 authored by vogelor's avatar vogelor
Browse files

Fixed bug #1213

parent 3398c250
No related branches found
No related tags found
No related merge requests found
......@@ -55,8 +55,8 @@
color: #444;
}
#submenu li.title a:hover {
color: #f63;
}
color: white;
}
#submenu li span {
display:block;
......@@ -80,7 +80,7 @@
#submenu li a { width: 90%; padding-left: 10%; background-color:#fff; color: #444; }
#submenu li a:focus,
#submenu li a:hover,
#submenu li a:active { background-color:#f63; color: #fff; }
#submenu li a:active { background-color:#3366ff; color: #fff; }
/* Level 2 */
#submenu li ul li a,
......
......@@ -42,8 +42,8 @@
}
#topNav a:hover {
background-color: #fc0;
color: #540;
background-color: #3366ff;
color: #ffffff;
}
#topNav #topNav_current {
......
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