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:
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