mirror of
https://github.com/dualshock-tools/dualshock-tools.github.io.git
synced 2026-03-01 11:19:54 +03:00
29 lines
530 B
CSS
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;
|
|
}
|