Add browser warning for IE/Edge

This commit is contained in:
JonnyWong16 2018-09-06 22:51:01 -07:00
commit 1b772e60a9
2 changed files with 42 additions and 4 deletions

View file

@ -4162,4 +4162,16 @@ a[data-tab-destination] {
}
.fa-blank {
visibility: hidden;
}
#browser-warning {
height: 25px;
width: 100%;
background: #cc7b19;
text-align: center;
font-weight: bold;
padding-top: 2px;
position: absolute;
top: 0;
z-index: 9999;
}