Split the code into smaller more manageble files

This commit is contained in:
Mathias Malmqvist
2025-08-19 01:18:58 +02:00
committed by dualshock-tools
parent d4ba4a5fdd
commit 42fc94a9a2
30 changed files with 3529 additions and 3210 deletions

23
css/main.css Normal file
View File

@@ -0,0 +1,23 @@
/* Main styles for DualShock Calibration GUI */
dl.row dt {
font-weight: normal;
}
dl.row dd {
font-family: monospace;
}
#left-stick-card,
#right-stick-card {
cursor: pointer;
}
.stick-card-active {
border: 1px solid #0d6efd !important;
box-shadow: 0 0 10px rgba(13, 110, 253, 0.3) !important;
}
.stick-card-active .card-header {
background-color: #0d6efd !important;
color: white !important;
}