diff options
| author | Chris Gunther <[email protected]> | 2011-12-07 20:16:19 -0500 |
|---|---|---|
| committer | Chris Gunther <[email protected]> | 2011-12-07 20:16:19 -0500 |
| commit | 40604548ce91ffd2ccfcca782f4db5fc79d70417 (patch) | |
| tree | f6b39a5f3d4e084102596716c9c4bb74fccb1443 /lib | |
| parent | 296fad37b4e3e78bd952d419625d87f52a3d52d4 (diff) | |
| download | bootstrap-40604548ce91ffd2ccfcca782f4db5fc79d70417.tar.xz bootstrap-40604548ce91ffd2ccfcca782f4db5fc79d70417.zip | |
remove text-shadow from labels
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/patterns.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 5b72081b2..b16748c69 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -1025,6 +1025,7 @@ input[type=submit].btn { white-space: nowrap; background-color: @grayLight; .border-radius(3px); + text-shadow: none; &.important { background-color: #c43c35; } &.warning { background-color: @orange; } &.success { background-color: @green; } |
