mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Prevent text selection on the password generator title. This stops text from being selected on the page if you drag the window around (especially noticeable for fast movements).
This commit is contained in:
parent
75a77a4bc5
commit
4410d9e955
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
|||
margin: .2em 0 .2em 0;
|
||||
padding: .4em .2em .4em .8em;
|
||||
position: relative;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.kpxc-pwgen-password-row {
|
||||
|
|
|
|||
Loading…
Reference in a new issue