mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #1075 from keepassxreboot/feature/hide_banner_when_printing
Remove Credential Banner when printing
This commit is contained in:
commit
6eced38d62
1 changed files with 6 additions and 0 deletions
|
|
@ -159,3 +159,9 @@ div.kpxc-banner-dialog .list-group-item:hover {
|
|||
color: var(--kpxc-text-color) !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
div.kpxc-banner {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue