1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-07 04:03:29 +00:00

Adjust scrollbar colors

This commit is contained in:
Jeffrey Holland
2025-12-11 14:07:33 +01:00
parent ad236a81ea
commit c381f9cde1

View File

@@ -173,12 +173,12 @@ body * {
}
.theme_light .inline-menu-list-actions {
scrollbar-color: #d8d8d8 #fdfdfd;
scrollbar-color: #ced4da #ededed;
border-right-color: #ced4dc;
}
.theme_dark .inline-menu-list-actions {
scrollbar-color: #4c525f #2f343d;
scrollbar-color: #4c525f #2d323a;
border-right-color: #4c525f;
}