diff options
author | Francesco Pontillo <francescopontillo@gmail.com> | 2013-05-16 09:59:08 +0200 |
---|---|---|
committer | Francesco Pontillo <francescopontillo@gmail.com> | 2013-05-16 09:59:08 +0200 |
commit | 2ec92281b988c129d4eb2ef5efffef57c011f9cc (patch) | |
tree | 91dfccb9c590480b37f254c99c5cdea366fea283 /cyborg/bootswatch.less | |
parent | 266c8ea28da92dc14fe6cb4207c149f3153141a5 (diff) | |
parent | 5a8fb4bf1b64d06e5ca148eb4619a1c692d2dded (diff) |
Merge branch 'gh-pages' of git://github.com/thomaspark/bootswatch into gh-pages
Conflicts:
amelia/index.html
cerulean/index.html
cosmo/index.html
cyborg/index.html
default/index.html
index.html
journal/index.html
readable/index.html
simplex/index.html
slate/index.html
spacelab/index.html
spruce/index.html
superhero/index.html
united/index.html
Diffstat (limited to 'cyborg/bootswatch.less')
-rwxr-xr-x | cyborg/bootswatch.less | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cyborg/bootswatch.less b/cyborg/bootswatch.less index 2c303af6..dccebaf3 100755 --- a/cyborg/bootswatch.less +++ b/cyborg/bootswatch.less @@ -220,6 +220,10 @@ div.subnav { color: @white; } + li.disabled > a { + color: @textColor; + } + .open .dropdown-toggle { background-color: #060606; border-color: transparent; @@ -233,6 +237,10 @@ div.subnav { color: @white; } + li.disabled > a { + color: @textColor; + } + .open .dropdown-toggle { background-color: #060606; } |