artem_niko Posted November 23, 2020 Posted November 23, 2020 Hello! How I can change body color for UniSyntaxEditEx? On default is white, but I want change color on my color. And second qustion: is it possible change color of reserved words? Quote
Sherzod Posted November 23, 2020 Posted November 23, 2020 Hello, 1 hour ago, Артем said: How I can change body color for UniSyntaxEditEx? One possible solution: 1. CustomCSS .customEditor .CodeMirror, .x-form-item-body { background-color: darkgray; } 2. UniSyntaxEditEx -> LayoutConfig -> Cls = customEditor Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.