修正一些css

This commit is contained in:
muzi_ys 2019-01-05 23:34:02 +08:00
parent ea6bd4b8af
commit e942979e26
1 changed files with 3 additions and 4 deletions

View File

@ -75,7 +75,9 @@ body {
height: 30px; height: 30px;
line-height:30px; line-height:30px;
/* IE9+ */ /* 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; z-index: 19930813;
} }
@ -321,9 +323,6 @@ body {
color: grey; color: grey;
} }
#win10 #win10-shortcuts { #win10 #win10-shortcuts {
height: calc(100% - 40px); height: calc(100% - 40px);
position: relative; position: relative;