diff options
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; |