mirror of
https://github.com/10h30/trestle.git
synced 2026-07-11 18:56:07 +09:00
Adding alpha opacity IE8 support :(
This commit is contained in:
@@ -1407,7 +1407,7 @@ Site Header
|
||||
max-height: 0;
|
||||
opacity: 0;
|
||||
box-shadow: 0 4px 8px 1px rgba(0,0,0,0.4);
|
||||
filter: alpha(opacity=0);
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
||||
-webkit-transition: all .5s ease;
|
||||
-moz-transition: all .5s ease;
|
||||
-ms-transition: all .5s ease;
|
||||
@@ -1424,7 +1424,7 @@ Site Header
|
||||
z-index: 50;
|
||||
max-height: 9999px;
|
||||
opacity: 1;
|
||||
filter: alpha(opacity=100);
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
||||
}
|
||||
|
||||
|
||||
@@ -2153,7 +2153,7 @@ Media Queries
|
||||
left: auto;
|
||||
max-height: 9999px;
|
||||
opacity: 1;
|
||||
filter: alpha(opacity=100);
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user