Slimmer fading.
This commit is contained in:
parent
b7298ae6bc
commit
205fcbef01
@ -166,9 +166,6 @@ a:hover {
|
|||||||
}
|
}
|
||||||
#error-overlay {
|
#error-overlay {
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
opacity: 0.8;
|
|
||||||
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
|
|
||||||
filter: alpha(opacity=80);
|
|
||||||
}
|
}
|
||||||
#error-text {
|
#error-text {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -255,7 +255,7 @@ $(document).ready(function() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function die() {
|
function die() {
|
||||||
$("#error-overlay").fadeIn(500);
|
$("#error-overlay").fadeTo(500, 0.8);
|
||||||
$("#error-text").fadeIn(2500);
|
$("#error-text").fadeIn(2500);
|
||||||
$("body, html").css("overflow", "hidden");
|
$("body, html").css("overflow", "hidden");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user