aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-12-10 15:21:27 -0800
committerJacob Thornton <[email protected]>2011-12-10 15:21:27 -0800
commit2dd0db8aa3bfd286d9c416a93d0040f16567fcc8 (patch)
treeae651417615e77d609964c5cbd7539797986ed34 /lib
parenta0270dc7d2d1b7c9b4fd10ff8900d067b9521b08 (diff)
parent40604548ce91ffd2ccfcca782f4db5fc79d70417 (diff)
downloadbootstrap-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')
-rw-r--r--lib/patterns.less1
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; }