diff --git a/css/main.css b/css/main.css index 9c840ba..b240395 100644 --- a/css/main.css +++ b/css/main.css @@ -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; +} */ diff --git a/index.html b/index.html index c41f9fa..89ac8b5 100644 --- a/index.html +++ b/index.html @@ -138,9 +138,9 @@
-
@@ -153,13 +153,13 @@
diff --git a/templates/range-modal.html b/templates/range-modal.html index e7cf6a1..6368470 100644 --- a/templates/range-modal.html +++ b/templates/range-modal.html @@ -13,20 +13,16 @@
- Progress: 0% + Progress: 0%