Welcome to mirror list, hosted at ThFree Co, Russian Federation.

totp.css « css « keepassxc-browser - github.com/keepassxreboot/keepassxc-browser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 828113267668ba398f91a5e1ed4fe1a4de9664b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.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;
}