1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-03 22:17:08 +02:00

fixed modal on orgarr blur

This commit is contained in:
GilbN 2018-08-16 15:23:26 +02:00
parent e9b90dc29f
commit 171c66aa90

View File

@ -39,7 +39,16 @@ body {
}
.modal-content {
background-color: #2d2d2d;
box-shadow: 0 0 10px 1px #000;
border-radius: 3px;
background-image: url("https://cdn.rawgit.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://cdn.rawgit.com/gilbN/theme.park/master/Resources/blur-light.png");
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;*/
}
/* scroller */
::-webkit-scrollbar-corner {