MDL-44953 theme_more: Removing odd-looking text-shadow

This commit is contained in:
Frederic Massart
2014-05-12 16:51:37 +08:00
parent c1ed254643
commit 81d72831b8
+6
View File
@@ -11,3 +11,9 @@
@formActionsBackground: @wellBackground;
@paginationActiveBackground: @wellBackground;
@hrBorder: darken(@wellBackground, 5%);
// Remove unwanted text shadow, this can look odd with random colours.
.breadcrumb li,
.nav-header {
text-shadow: none;
}