mierlp Posted August 21, 2020 Posted August 21, 2020 I have uniTreeMenu.NavUI= false I have created a customccs .treemenu .x-treelist, .treemenu .x-treelist-row{ background-color: #313A46; height: 40px; } .treemenu .x-treelist-row-over, .treemenu .x-treelist-nav .x-treelist-item-selected > .x-treelist-row{ background-color: #222831 !important; } .treemenu .x-treelist-item-text, .treemenu .x-treelist-item-icon, .treemenu .x-treelist-item-expander { color: #FFFFFF; font-size: 12px; font-family: Roboto Medium; vertical-align: middle; } The vertical-align doesn't work Quote
Sherzod Posted August 24, 2020 Posted August 24, 2020 35 minutes ago, mierlp said: some suggestions if it's possible Hello, Can you please attach a testcase? Quote
mierlp Posted August 24, 2020 Author Posted August 24, 2020 @sherzod See test case. The menuitems from the uniTreeMenu are expand with css code (sermodule). As you can see the menu items are aligned to the top instead of middle testcase.zip Quote
Sherzod Posted August 28, 2020 Posted August 28, 2020 35 minutes ago, mierlp said: Any progress ? Hi, Sorry for the late response. TUniFSiGrowl... Can you make a simple testcase using standard components? Quote
mierlp Posted August 28, 2020 Author Posted August 28, 2020 @sherzod See new attachement testcase unitree.zip Quote
Sherzod Posted August 29, 2020 Posted August 29, 2020 11 hours ago, mierlp said: See new attachement testcase unitree.zip Hi, Add this to CustomCSS and check it please. .treemenu .x-treelist-item-wrap { position: absolute; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); } Quote
mierlp Posted August 29, 2020 Author Posted August 29, 2020 THANKS Sherzod...that works like a charm 1 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.