Skip to content

Commit 813090c

Browse files
author
vogelor
committed
Fixed bug #1213
1 parent 3398c25 commit 813090c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

interface/web/themes/default/css/navigation/nav_side.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
color: #444;
5656
}
5757
#submenu li.title a:hover {
58-
color: #f63;
59-
}
58+
color: white;
59+
}
6060

6161
#submenu li span {
6262
display:block;
@@ -80,7 +80,7 @@
8080
#submenu li a { width: 90%; padding-left: 10%; background-color:#fff; color: #444; }
8181
#submenu li a:focus,
8282
#submenu li a:hover,
83-
#submenu li a:active { background-color:#f63; color: #fff; }
83+
#submenu li a:active { background-color:#3366ff; color: #fff; }
8484

8585
/* Level 2 */
8686
#submenu li ul li a,

interface/web/themes/default/css/navigation/nav_top.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
}
4343

4444
#topNav a:hover {
45-
background-color: #fc0;
46-
color: #540;
45+
background-color: #3366ff;
46+
color: #ffffff;
4747
}
4848

4949
#topNav #topNav_current {

0 commit comments

Comments
 (0)