mirror of https://github.com/twbs/bootstrap.git
remove global text-shadow from alerts components because it was fucking up buttons in a real way
This commit is contained in:
parent
e304798194
commit
8765df47cd
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue