mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 21:03:21 -07:00
Add browser warning for IE/Edge
This commit is contained in:
parent
c6f4c17a81
commit
1b772e60a9
2 changed files with 42 additions and 4 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue