0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

remove global text-shadow from alerts components because it was fucking up buttons in a real way

This commit is contained in:
Mark Otto 2013-01-17 15:43:23 -08:00
parent e304798194
commit 8765df47cd
2 changed files with 0 additions and 2 deletions

View File

@ -3928,7 +3928,6 @@ button.close {
padding: 8px 35px 8px 14px;
margin-bottom: 20px;
color: #c09853;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #fcf8e3;
border: 1px solid #fbeed5;
border-radius: 4px;

View File

@ -9,7 +9,6 @@
.alert {
padding: 8px 35px 8px 14px;
margin-bottom: @line-height-base;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
color: @state-warning-text;
background-color: @state-warning-background;
border: 1px solid @state-warning-border;