aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Gunther <[email protected]>2011-12-07 20:16:19 -0500
committerChris Gunther <[email protected]>2011-12-07 20:16:19 -0500
commit40604548ce91ffd2ccfcca782f4db5fc79d70417 (patch)
treef6b39a5f3d4e084102596716c9c4bb74fccb1443 /lib
parent296fad37b4e3e78bd952d419625d87f52a3d52d4 (diff)
downloadbootstrap-40604548ce91ffd2ccfcca782f4db5fc79d70417.tar.xz
bootstrap-40604548ce91ffd2ccfcca782f4db5fc79d70417.zip
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; }