mirror of https://github.com/1099438829/macUI.git
修正一些css
This commit is contained in:
parent
ea6bd4b8af
commit
e942979e26
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue