Change the color of hotkey background #200
-
How can I change the color of these red items? |
Beta Was this translation helpful? Give feedback.
Answered by
Akifyss
Mar 10, 2024
Replies: 1 comment
-
Red color means there are conflicts with your shortcut key settings. Solving the settings conflict is the best way to change the red color. Another way is to import the following css code snippet. .setting-hotkey.has-conflict{background-color: /*input color here*/;} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ScribbleGhost
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Red color means there are conflicts with your shortcut key settings. Solving the settings conflict is the best way to change the red color. Another way is to import the following css code snippet.