jahlxx Posted October 3, 2016 Posted October 3, 2016 hi. how can I change some elements color? form title background color unibutton background color by now I need these 2 elements. to change the border color, I've found this in the forums, but nothing about these 2 cases. UniSession.AddJS(WebForm.JSName + '.el.setStyle({"border": "solid 5px #2B3610"});'); And, can I have a multiline caption for one form? How? Thanks. Quote
Sherzod Posted October 3, 2016 Posted October 3, 2016 form title background color For now can you try this?!: http://forums.unigui.com/index.php?/topic/7145-howto-change-the-caption-font-of-uniform/&do=findComment&comment=36403 Quote
jahlxx Posted October 3, 2016 Author Posted October 3, 2016 this is for caption font, not for color of title bar Quote
jahlxx Posted October 3, 2016 Author Posted October 3, 2016 ok. this for bacground color: .x-window-header { background: #2B3610;} thanks. 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.