Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ ul.CMenu li a {
color: #999;
padding: 3px 18px;
display: block;
text-decoration: none;
}

ul.CMenu li a:hover {
Expand All @@ -257,6 +258,7 @@ ul.CMenu li a:hover {

ul.CMenu li a.dis {
color: #333;
text-decoration: none;
}

ul.CMenu li a.dis:hover {
Expand All @@ -278,6 +280,8 @@ ul.CMenu li a.exp {

ul.CMenu li a.exp:hover {
background-position: right -44px;
background-color: #cfdeef;
color: #333;
}

ul.CMenu li a.sel {
Expand All @@ -293,8 +297,6 @@ ul.CMenu li a:hover {
background-color: #222;
color: #ccc;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
text-shadow: 0 0 2px #000;
}

ul.CMenu li:hover ul li a {
Expand All @@ -305,16 +307,15 @@ ul.CMenu li:hover ul li a {
ul.CMenu li:hover ul li a:hover {
background-color: #222;
color: #ccc;
text-shadow: 0 0 2px #000;
}

ul.CMenu li ul li a.dis {
color: #333;
color: #626262;
}

ul.CMenu li ul li a.dis:hover {
background-color: #eee;
color: #333;
color: #626262;
}

/* Dividers */
Expand Down Expand Up @@ -1158,4 +1159,4 @@ input[type=submit],
width: 80px;
text-wrap: nowrap;
font-size: 12px;
}
}