Files
2025-09-20 17:01:11 +02:00

29 lines
530 B
CSS

/* Main styles for DualShock Calibration GUI */
/* Add padding to body to prevent content from being hidden behind fixed footer */
body {
padding-bottom: 80px;
}
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;
}