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 /simplex/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 'simplex/bootswatch.less')
-rwxr-xr-x | simplex/bootswatch.less | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/simplex/bootswatch.less b/simplex/bootswatch.less index 4a2b5975..11ef0cc5 100755 --- a/simplex/bootswatch.less +++ b/simplex/bootswatch.less @@ -192,6 +192,11 @@ div.subnav { background-color: @bodyBackground; } + & > li.disabled > a:hover { + background-color: darken(@bodyBackground, 3%); + color: @grayLight; + } + .dropdown { .dropdown-toggle .caret { @@ -265,6 +270,10 @@ div.subnav { color: @linkColor; } + & > li.disabled > a:hover { + color: @grayLight; + } + .dropdown .dropdown-toggle .caret { border-top-color: @textColor; border-bottom-color: @textColor; @@ -401,11 +410,9 @@ legend { // ----------------------------------------------------- .label { - padding: 4px 4px 3px; + padding: 6px 12px; margin-left: 1px; margin-right: 1px; - line-height: 26px; - font-weight: normal; } // MISCELLANEOUS |