update
This commit is contained in:
dmzx
2015-03-21 09:48:46 +01:00
parent fd2d09748c
commit 97e17b6b1f
3 changed files with 51 additions and 54 deletions

View File

@@ -261,17 +261,17 @@ div.avatarMessage {
border:1px solid #888;
}
.appriseOverlay {
background-color:#222222;
border:medium none;
cursor:wait;
height:100%;
left:0;
margin:0;
padding:0;
position:fixed;
top:0;
width:100%;
z-index:1000;
filter:alpha(opacity=70);
opacity:0.70;
background-color:#222222;
border:medium none;
cursor:wait;
height:100%;
left:0;
margin:0;
padding:0;
position:fixed;
top:0;
width:100%;
z-index:1000;
filter:alpha(opacity=70);
opacity:0.70;
}