2020-02-12 21:35:04 +01:00
|
|
|
.HotkeysPreferences
|
|
|
|
|
display: flex
|
|
|
|
|
padding: 20px
|
|
|
|
|
|
|
|
|
|
.hotkeyTable
|
|
|
|
|
display: flex
|
|
|
|
|
flex-direction: row
|
|
|
|
|
flex-basis: 0
|
|
|
|
|
flex-grow: 1.5
|
|
|
|
|
|
|
|
|
|
.hotkeyColumn
|
|
|
|
|
display: flex
|
|
|
|
|
flex-direction: column
|
|
|
|
|
flex-basis: 0
|
|
|
|
|
flex-grow: 1.5
|
|
|
|
|
|
|
|
|
|
.hotkeyHeader
|
|
|
|
|
display: flex
|
|
|
|
|
flex-direction: row
|
|
|
|
|
margin-bottom: 10px
|
|
|
|
|
|
|
|
|
|
.headerItemText
|
|
|
|
|
flex-basis: 0
|
|
|
|
|
flex-grow: 1.5
|
|
|
|
|
padding: 5px 15px 5px 0
|
|
|
|
|
|
|
|
|
|
.hotkeyRow
|
|
|
|
|
display: flex
|
|
|
|
|
|
|
|
|
|
.wrapperHotkeyInput
|
|
|
|
|
margin-bottom: 5px
|
|
|
|
|
cursor: pointer
|
|
|
|
|
display: flex
|
|
|
|
|
flex-direction: column
|
|
|
|
|
flex-basis: 0
|
|
|
|
|
flex-grow: 1.5
|
|
|
|
|
|
|
|
|
|
.hotkeyLabel
|
|
|
|
|
padding: 5px 15px 5px 0
|
|
|
|
|
text-align: right
|
|
|
|
|
flex-basis: 0
|
|
|
|
|
flex-grow: 1.5
|
|
|
|
|
|
|
|
|
|
.stateError
|
2020-02-20 22:25:26 +01:00
|
|
|
.preferencesInput
|
2020-02-12 21:35:04 +01:00
|
|
|
background-color: var(--state-error)
|