Fix for hiding update message

This commit is contained in:
varjolintu 2018-05-10 13:23:55 +03:00
parent a01109e345
commit 9abcb2782f
2 changed files with 2 additions and 1 deletions

View file

@ -64,6 +64,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>.