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

github.com/keepassxreboot/keepassxc-browser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarjolintu <sami.vanttinen@protonmail.com>2019-09-29 21:09:25 +0300
committervarjolintu <sami.vanttinen@protonmail.com>2019-11-18 13:10:25 +0300
commit210b137243c6726215e960000f74ce9da617ef29 (patch)
treef747bfe30fe25b68f81d087dcf21417f66dd5dab /keepassxc-browser/css/totp.css
parentb3ebe63c9230e2c82f9941f491cf4acdf68af5e3 (diff)
Add OTP icons with fill
Diffstat (limited to 'keepassxc-browser/css/totp.css')
-rw-r--r--keepassxc-browser/css/totp.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/keepassxc-browser/css/totp.css b/keepassxc-browser/css/totp.css
new file mode 100644
index 0000000..8281132
--- /dev/null
+++ b/keepassxc-browser/css/totp.css
@@ -0,0 +1,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;
+} \ No newline at end of file