Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2014-10-26 04:57:27 +0300
committerMark Otto <markdotto@gmail.com>2014-10-26 04:57:27 +0300
commit3fcd65af41a04e9c50365ddc670c4545d7e8994a (patch)
tree299b0a2ed7e24580604dd5159af48b94165a13fc /less
parentdbef67f198de6c5f862b044f64924cc41a7d77bd (diff)
Fixes #14806: reset the text-shadow in the themed buttons
Diffstat (limited to 'less')
-rw-r--r--less/theme.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/less/theme.less b/less/theme.less
index ce16ed538c..354fc77b62 100644
--- a/less/theme.less
+++ b/less/theme.less
@@ -28,6 +28,10 @@
&.active {
.box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
}
+
+ .badge {
+ text-shadow: none;
+ }
}
// Mixin for generating new styles