diff options
| author | Mark Otto <[email protected]> | 2011-06-28 15:54:25 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-06-28 15:54:25 -0700 |
| commit | 25d9a2f2b8e5bcc266e676fdca43541206eb3dbf (patch) | |
| tree | a82528da35fb9dc4fd232baa874b5a1869f66ab7 /lib | |
| parent | b11784fec036e09e523df4a96b571071af88446a (diff) | |
| download | bootstrap-25d9a2f2b8e5bcc266e676fdca43541206eb3dbf.tar.xz bootstrap-25d9a2f2b8e5bcc266e676fdca43541206eb3dbf.zip | |
update grid bg to 18px baseline, updated docs for disabled buttons
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/scaffolding.less | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/scaffolding.less b/lib/scaffolding.less index 6853afe75..f279fe141 100644 --- a/lib/scaffolding.less +++ b/lib/scaffolding.less @@ -89,7 +89,7 @@ a { } &.large { font-size: 16px; - line-height: 30px; + line-height: 28px; .border-radius(6px); } &.small { @@ -97,6 +97,12 @@ a { padding-left: 9px; font-size: 11px; } + &:disabled, + &.disabled { + background-image: none; + .opacity(65); + cursor: default; + } } // Help Firefox not be a douche about adding extra padding to buttons button.btn, |
