mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-10 15:50:58 +00:00
no gradients on alerts for <= ie8
This commit is contained in:
parent
f8e9c6cf4e
commit
d019c677ad
1 changed files with 2 additions and 0 deletions
|
|
@ -291,6 +291,8 @@ div.page-header {
|
|||
// One-liner alert bars
|
||||
div.alert-message {
|
||||
#gradient > .vertical(transparent, rgba(0,0,0,0.15));
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)"; // no gradient IE8+
|
||||
filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)"; // no gradient IE6 & IE7
|
||||
background-color: @grayLighter;
|
||||
margin-bottom: @baseline;
|
||||
padding: 8px 15px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue