remove text-shadow from labels

This commit is contained in:
Chris Gunther
2011-12-07 20:16:19 -05:00
parent 296fad37b4
commit 40604548ce
3 changed files with 4 additions and 2 deletions

View File

@@ -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; }