Bug fixes and tweaks

This commit is contained in:
Mathias Malmqvist
2025-10-02 22:17:58 +02:00
committed by dualshock-tools
parent 0e8e7fc281
commit fea0e9c3fa
14 changed files with 208 additions and 128 deletions

View File

@@ -83,6 +83,16 @@ dl.row dd {
animation: pulse 1s ease-in-out infinite !important;
}
/* Quick Test accordion button height reduction */
#quickTestAccordion .accordion-button {
padding: 0.5rem 1rem;
}
/* Quick Test accordion body tint */
#quickTestAccordion .accordion-collapse .accordion-body {
background-color: rgba(13, 125, 253, 0.05);
}
/* Skip button hover behavior */
.skip-btn {
opacity: 0;
@@ -102,3 +112,8 @@ dl.row dd {
.blink-text {
animation: blink 1s infinite;
}
/* Set text color to red for internationalized elements */
/* .ds-i18n {
color: red;
} */