mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-07 05:38:27 +02:00
Only disable buttons in number-stepper when they're at min/max
This commit is contained in:
@@ -111,3 +111,9 @@ a.bx-button {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
button.bx-inactive {
|
||||
pointer-events: none;
|
||||
opacity: 0.2;
|
||||
background: transparent !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user