diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-06-20 16:10:30 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-06-20 16:10:30 +0200 |
commit | 482df583c7f35474d96529d42fb51a9574addb52 (patch) | |
tree | f1dd14475439a701335219a9d1ed3d9259721784 /styles/keybindselector.css | |
parent | cdacdc98039cde3a53c0d3efbbe0444490c7cf77 (diff) |
keybind selection css fix
Diffstat (limited to 'styles/keybindselector.css')
-rw-r--r-- | styles/keybindselector.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/styles/keybindselector.css b/styles/keybindselector.css index 34c174f..a923df9 100644 --- a/styles/keybindselector.css +++ b/styles/keybindselector.css @@ -5,6 +5,10 @@ .keybind-selector > * { cursor: pointer !important; } +.keybind-selector .MuiInputBase-root { + background-color: var(--c600) !important; +} + .keybind-selector-inner .keybind { padding: 2px 4px 1px; margin-right: 3px; |