mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Some more fixes
This commit is contained in:
parent
89ef01c95a
commit
c5bdeda5e2
2 changed files with 3 additions and 2 deletions
|
|
@ -18,6 +18,7 @@
|
|||
.kpxc .ui-dialog {
|
||||
font-size: 12px !important;
|
||||
box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
|
||||
z-index: 2147483645;
|
||||
}
|
||||
|
||||
.kpxc .ui-widget-overlay {
|
||||
|
|
@ -57,7 +58,7 @@ input.genpw-text {
|
|||
}
|
||||
|
||||
.genpw-input-group-addon {
|
||||
font-size: inherit !important;
|
||||
font-size: .9em !important;
|
||||
background-color: #eee;
|
||||
border: 1px solid #ccc;
|
||||
padding: .2em;
|
||||
|
|
|
|||
|
|
@ -231,7 +231,7 @@ cipPassword.createDialog = function() {
|
|||
.addClass('genpw-input-group-addon')
|
||||
.addClass('b2c-add-on')
|
||||
.attr('id', 'cip-genpw-quality')
|
||||
.text('123 Bits');
|
||||
.text('??? Bits');
|
||||
$inputGroup.append($textfieldPassword).append($quality);
|
||||
|
||||
const $checkGroup = jQuery('<div>').addClass('genpw-input-group');
|
||||
|
|
|
|||
Loading…
Reference in a new issue