mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 13:41:15 -07:00
Change update bar css
This commit is contained in:
parent
cab8b1c041
commit
c7f9e2f721
1 changed files with 3 additions and 3 deletions
|
@ -3234,17 +3234,17 @@ div.dataTables_info {
|
|||
color: #e9a049;
|
||||
}
|
||||
#updatebar {
|
||||
background-color: #444;
|
||||
background-color: rgba(255,255,255,0.075);
|
||||
color: #999999;
|
||||
display: none;
|
||||
font-size: 14px;
|
||||
right: 10px;
|
||||
padding: 7px 10px;
|
||||
padding: 10px 10px;
|
||||
position: fixed;
|
||||
text-align: center;
|
||||
bottom: 10px;
|
||||
min-height: 22px;
|
||||
width: 250px;
|
||||
width: 400px;
|
||||
z-index: 9999;
|
||||
display: block;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue