gustavo.zamper Posted September 8, 2015 Posted September 8, 2015 how to change the color of unimainmenu ? Quote
Sherzod Posted September 8, 2015 Posted September 8, 2015 Hi,In the forum you can find several similar posts, please, try to use the search ..Although, that's one more decision, try: procedure TMainForm.UniFormCreate(Sender: TObject); begin UniSession.AddJS('Ext.onReady(function(){' + Self.Name + '.window.query("toolbar")[0].el.select(".x-box-inner").elements[0].style["background-color"] = "green"})'); end; Best regards Quote
gustavo.zamper Posted September 9, 2015 Author Posted September 9, 2015 I found how to change the item (.x-menu-item = mainmenu item) but how can I find out (.x-box-inner = mainmenu) ? servermodule -> customcss .x-box-inner {background-color: # ffbd14} Best regards 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.