diff options
| author | Mark Otto <[email protected]> | 2011-09-02 00:02:44 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-02 00:02:44 -0700 |
| commit | 02abdd60378aa5aecbb9d8bafe23f0cd2b86141a (patch) | |
| tree | 8663d42bcea23fd0bda71a355c57aace74397269 /lib | |
| parent | 0159524413f7a90b90cff50fa07d07b85380845d (diff) | |
| download | bootstrap-02abdd60378aa5aecbb9d8bafe23f0cd2b86141a.tar.xz bootstrap-02abdd60378aa5aecbb9d8bafe23f0cd2b86141a.zip | |
remove inset shadow from disabled buttons
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/patterns.less | 1 | ||||
| -rw-r--r-- | lib/scaffolding.less | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 91294103c..77396922e 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -422,6 +422,7 @@ footer { cursor: default; background-image: none; .opacity(65); + .box-shadow(none); } &:disabled { // disabled pseudo can't be included with .disabled diff --git a/lib/scaffolding.less b/lib/scaffolding.less index 7f2af56ba..b84b43721 100644 --- a/lib/scaffolding.less +++ b/lib/scaffolding.less @@ -69,7 +69,6 @@ body { margin: 0; #font > .sans-serif(normal,@basefont,@baseline); color: @gray; - text-rendering: optimizeLegibility; } // Container (centered, fixed-width layouts) @@ -107,4 +106,4 @@ a { color: @linkColorHover; text-decoration: underline; } -} +}
\ No newline at end of file |
