JarekZ Posted May 2, 2020 Posted May 2, 2020 Hello How to change the text color of the marked item in the unitreemenu? Quote
Sherzod Posted May 3, 2020 Posted May 3, 2020 Hello, 20 hours ago, JarekZ said: How to change the text color of the marked item in the unitreemenu? Can you indicate? Quote
JarekZ Posted May 4, 2020 Author Posted May 4, 2020 I changed backgroud color and font color but selected item is black And I wanted it to be gray or white Quote
Sherzod Posted May 4, 2020 Posted May 4, 2020 4 minutes ago, JarekZ said: I changed backgroud color and font color but selected item is black Selected item color? Quote
Sherzod Posted May 4, 2020 Posted May 4, 2020 7 minutes ago, JarekZ said: changed backgroud color and font color How? Quote
JarekZ Posted May 4, 2020 Author Posted May 4, 2020 in CSS ._menugrupytwr .x-treelist-row-over, ._menugrupytwr .x-treelist-nav .x-treelist-item-selected > .x-treelist-row{ background-color: rgb(50,64,78) !important; } ._menugrupytwr .x-treelist-item-text, ._menugrupytwr .x-treelist-item-icon, ._menugrupytwr .x-treelist-item-expander { color: black; font-size: 12px; font-family: helvetica, arial, verdana, sans-serif; } ._menugrupytwr .x-treelist-nav .x-treelist-item-text { line-height: 20px; font-size:12px; font-family: helvetica, arial, verdana, sans-serif; } ._menugrupytwr .x-treelist-nav .x-treelist-item-icon:before,._menugrupytwr .x-treelist-nav .x-treelist-item-tool:before,._menugrupytwr .x-treelist-nav .x-treelist-item-expander { line-height: 20px; font-size:12px; font-family: helvetica, arial, verdana, sans-serif; } 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.