mirror of
https://github.com/dualshock-tools/dualshock-tools.github.io.git
synced 2026-03-01 11:19:54 +03:00
Bug fixes and tweaks
This commit is contained in:
committed by
dualshock-tools
parent
0e8e7fc281
commit
fea0e9c3fa
15
css/main.css
15
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;
|
||||
} */
|
||||
|
||||
Reference in New Issue
Block a user