diff --git a/keepassxc-browser/options/options.css b/keepassxc-browser/options/options.css index e7827d3..12c9cc8 100644 --- a/keepassxc-browser/options/options.css +++ b/keepassxc-browser/options/options.css @@ -82,6 +82,10 @@ pre { white-space: pre-line; } +.no-transitions .form-check-input { + transition: none !important; +} + .table > caption { color: var(--kpxc-text-color); } diff --git a/keepassxc-browser/options/options.html b/keepassxc-browser/options/options.html index a9e6997..c919aba 100644 --- a/keepassxc-browser/options/options.html +++ b/keepassxc-browser/options/options.html @@ -19,7 +19,7 @@ -
+