mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Fix for hiding update message
This commit is contained in:
parent
a01109e345
commit
9abcb2782f
2 changed files with 2 additions and 1 deletions
|
|
@ -64,6 +64,7 @@ body {
|
|||
padding-bottom: 0px;
|
||||
margin-bottom: 0px;
|
||||
text-align: left;
|
||||
display: none;
|
||||
}
|
||||
#update-available a:hover,
|
||||
#update-available a:active {
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
<button id="btn-choose-credential-fields" class="btn btn-sm btn-warning"><span class="glyphicon glyphicon-list-alt"></span> Choose own credential fields for this page</button>
|
||||
<button id="lock-database-button" class="btn btn-danger" title="Lock database"><span class="glyphicon glyphicon-lock"></span></button>
|
||||
|
||||
<div id="update-available" class="alert alert-danger" style="display: none">
|
||||
<div id="update-available" class="alert alert-danger">
|
||||
You use an old version of KeePassXC.
|
||||
<br />
|
||||
<a target="_blank" class="alert-link" href="https://keepassxc.org/download">Please download the latest version from keepassxc.org</a>.
|
||||
|
|
|
|||
Loading…
Reference in a new issue