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/options/options.css')
-rw-r--r--keepassxc-browser/options/options.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/keepassxc-browser/options/options.css b/keepassxc-browser/options/options.css
index fd57b72..9604ae9 100644
--- a/keepassxc-browser/options/options.css
+++ b/keepassxc-browser/options/options.css
@@ -102,6 +102,10 @@ tbody {
color: var(--kpxc-text-color) !important;
}
+.table-striped > tbody > tr:nth-of-type(odd) .form-check-input:checked {
+ background-color: var(--kpxc-checkbox-background-color) !important;
+}
+
.table tbody td {
vertical-align: middle;
}