diff --git a/css/macdefault.css b/css/macdefault.css index 3d634bc..d4cc36d 100644 --- a/css/macdefault.css +++ b/css/macdefault.css @@ -75,7 +75,9 @@ body { height: 30px; line-height:30px; /* IE9+ */ - background:rgba(255,255,255,0.5); + background-color:rgba(255,255,255,0.5); + /* IE6-IE8 */ + filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#68FFFFFF,endColorStr=#68FFFFFF); z-index: 19930813; } @@ -321,9 +323,6 @@ body { color: grey; } - - - #win10 #win10-shortcuts { height: calc(100% - 40px); position: relative;