diff options
Diffstat (limited to 'superhero/bootswatch.less')
-rwxr-xr-x | superhero/bootswatch.less | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/superhero/bootswatch.less b/superhero/bootswatch.less index eedb71cd..df0fc60c 100755 --- a/superhero/bootswatch.less +++ b/superhero/bootswatch.less @@ -339,23 +339,28 @@ div.subnav { border-color: transparent; } - li > a { + ul > li > a, + ul > li > span { border: none; color: @textColor; } - li.active > a, - li.active > a:hover { - background-color: @orange; - color: @white; + ul > li > a:hover { + background: lighten(@blue, 10%); } - li > a:hover { - background: lighten(@blue, 10%); + ul > .active > a, + ul > .active > a:hover, + ul > .active > span, + ul > .active > span:hover { + background-color: @orange; + color: @white; } - li.disabled > a, - li.disabled > a:hover { + ul > .disabled > a, + ul > .disabled > a:hover, + ul > .disabled > span, + ul > .disabled > span:hover { background: darken(@blue, 5%); } } |