mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
14 lines
No EOL
367 B
CSS
14 lines
No EOL
367 B
CSS
.kpxc-totp-icon {
|
|
position: absolute;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.kpxc-totp-icon.default {
|
|
background: url('chrome-extension://__MSG_@@extension_id__/icons/otp.svg') right no-repeat;
|
|
background-size: contain;
|
|
}
|
|
|
|
.kpxc-totp-icon.moz {
|
|
background: url('moz-extension://__MSG_@@extension_id__/icons/otp.svg') right no-repeat;
|
|
background-size: contain;
|
|
} |