diff --git a/css/livesplit.css b/css/livesplit.css index df0b326..4efabce 100644 --- a/css/livesplit.css +++ b/css/livesplit.css @@ -755,3 +755,9 @@ select { background-color: hsla(0, 0%, 43%, 1); height: 2px; } + +button.disabled, button.button-pressed.disabled, button.disabled:active { + background: #222; + color: #666; + cursor: default; +} diff --git a/src/components/LayoutEditor.tsx b/src/components/LayoutEditor.tsx index 934295b..8f8ad1e 100644 --- a/src/components/LayoutEditor.tsx +++ b/src/components/LayoutEditor.tsx @@ -330,9 +330,24 @@ export class LayoutEditor extends React.Component { Separator - - - + + + diff --git a/src/components/RunEditor.tsx b/src/components/RunEditor.tsx index f09f633..3a19eba 100644 --- a/src/components/RunEditor.tsx +++ b/src/components/RunEditor.tsx @@ -258,11 +258,34 @@ export class RunEditor extends React.Component {
- - - - - + + + + +