Commit 8765df47 authored by Mark Otto's avatar Mark Otto

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

parent e3047981
...@@ -3928,7 +3928,6 @@ button.close { ...@@ -3928,7 +3928,6 @@ button.close {
padding: 8px 35px 8px 14px; padding: 8px 35px 8px 14px;
margin-bottom: 20px; margin-bottom: 20px;
color: #c09853; color: #c09853;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #fcf8e3; background-color: #fcf8e3;
border: 1px solid #fbeed5; border: 1px solid #fbeed5;
border-radius: 4px; border-radius: 4px;
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
.alert { .alert {
padding: 8px 35px 8px 14px; padding: 8px 35px 8px 14px;
margin-bottom: @line-height-base; margin-bottom: @line-height-base;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
color: @state-warning-text; color: @state-warning-text;
background-color: @state-warning-background; background-color: @state-warning-background;
border: 1px solid @state-warning-border; border: 1px solid @state-warning-border;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment