Skip to content

Commit eccb77f

Browse files
committed
Small theme changes.
1 parent d5628a9 commit eccb77f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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:#3366ff; color: #fff; }
83+
#submenu li a:active { background-color:#f63; 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: #3366ff;
46-
color: #ffffff;
45+
background-color: #eeeeee;
46+
color: #000000;
4747
}
4848

4949
#topNav #topNav_current {

0 commit comments

Comments
 (0)