mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Remove unnecessary transparency on update notification and column selection.
Keep the update message closed for 1 hour if close button is clicked. Will reset if manual update check is done. Don't ignore user logging when doing import (we still need an option in the import to override this).
This commit is contained in:
parent
5062c6e67a
commit
c4416572cf
5 changed files with 20 additions and 7 deletions
|
@ -72,7 +72,7 @@ ul.ColVis_collection {
|
|||
width: 150px;
|
||||
padding: 8px 8px 4px 8px;
|
||||
margin: 10px 0px 0px 0px;
|
||||
background-color: rgba( 88, 88, 88, 0.8 );
|
||||
background-color: #444;
|
||||
overflow: hidden;
|
||||
z-index: 2002;
|
||||
}
|
||||
|
|
|
@ -1501,7 +1501,7 @@ input[type="color"],
|
|||
z-index: 9999;
|
||||
}
|
||||
#updatebar {
|
||||
background-color: rgba(255,255,255,0.075);
|
||||
background-color: #444;
|
||||
color: #999999;
|
||||
display: none;
|
||||
font-size: 14px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue