diff options
| author | Jacob Thornton <[email protected]> | 2011-12-10 15:21:27 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-12-10 15:21:27 -0800 |
| commit | 2dd0db8aa3bfd286d9c416a93d0040f16567fcc8 (patch) | |
| tree | ae651417615e77d609964c5cbd7539797986ed34 /lib/patterns.less | |
| parent | a0270dc7d2d1b7c9b4fd10ff8900d067b9521b08 (diff) | |
| parent | 40604548ce91ffd2ccfcca782f4db5fc79d70417 (diff) | |
| download | bootstrap-2dd0db8aa3bfd286d9c416a93d0040f16567fcc8.tar.xz bootstrap-2dd0db8aa3bfd286d9c416a93d0040f16567fcc8.zip | |
Merge pull request #773 from cgunther/label-in-dropdown-menu
Fix: remove text-shadow from labels
Diffstat (limited to 'lib/patterns.less')
| -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; } |
