Merge pull request #141 from keepassxreboot/hide_update_from_popup

Fix for hiding update message
This commit is contained in:
Janek Bevendorff 2018-05-10 12:28:06 +02:00 committed by GitHub
commit 38e94097dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -46,6 +46,7 @@ body {
padding-bottom: 0px;
margin-bottom: 0px;
text-align: left;
display: none;
}
#update-available a:hover,
#update-available a:active {

View file

@ -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>.