aboutsummaryrefslogtreecommitdiff
path: root/styles/keybindselector.css
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-06-20 16:10:30 +0200
committerlonkaars <loek@pipeframe.xyz>2021-06-20 16:10:30 +0200
commit482df583c7f35474d96529d42fb51a9574addb52 (patch)
treef1dd14475439a701335219a9d1ed3d9259721784 /styles/keybindselector.css
parentcdacdc98039cde3a53c0d3efbbe0444490c7cf77 (diff)
keybind selection css fix
Diffstat (limited to 'styles/keybindselector.css')
-rw-r--r--styles/keybindselector.css4
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;