Make the cacheoverlay a class instead.

This commit is contained in:
purple 2023-08-11 22:22:06 +02:00
parent 1579c98add
commit 9c4f33eea1
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
100% {right:-300px;top:62px;opacity:0;background-color: #2a3743;}
}
#cacheOverlay-1 {
.cacheOverlay-1 {
display:none;
}

View file

@ -38,7 +38,7 @@
</head>
<body class="hold-transition skin-blue fixed sidebar-mini">
<!-- Begin Blueprint cache-refresh requirement -->
<iframe id="cacheOverlay-1" style="z-index:9998;border:none;position:fixed;width:100%;height:100%;top:0;left:0;" src="/extensions/blueprint/helpers/adminCacheRefreshReminder.html"></iframe>
<iframe class="cacheOverlay-1" style="z-index:9998;border:none;position:fixed;width:100%;height:100%;top:0;left:0;" src="/extensions/blueprint/helpers/adminCacheRefreshReminder.html"></iframe>
<!-- End Blueprint cache-refresh requirement -->
<div class="wrapper">
<header class="main-header">