Jump to content

icones main menu after build 1534


Wilton Ergon

Recommended Posts

this problem occurred when version 1530 came out, now even 1534 is still going on, I know something in my project but I don't know where it is, I opened an example menu in version 1534 and it shows normally.
I removed all the cls codes, and scripts that I have in my project and still, it still doesn't show the arrow in the menu.

so i am unable to use the latest version.

Link to comment
Share on other sites

I think I was the first to report this several versions ago.

It auto corrected over successive updates then appeared again.

I know at one stage I deleted the cache and it came good but since then it has gone bad again.

Link to comment
Share on other sites

I only have these settings, which should not influence the problem.

image.png.5a1963ae63698fe607e2bdf1034c94d6.png

 

image.thumb.png.4a050a9b99c5f1cc0aa58a9a284dfb34.png

 

 

I have this css code, which works normally in the example unigui \ uniGUI \ Demos \ Desktop \ UniTreeMenu

 


/*UniTreeMenu - start*/

/*  Color back menu */
.x-treelist-nav
  { background-color: [[MENU_COLOR]] !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url( 'https://gepimagens.ergonsistemas.com.br/Backgroud_620x1080.png');
    background-position: 0px 50% !important;
    padding: 0 0 0 0;
    overflow: auto !important;
    scrollbar-width: thin;  
    scrollbar-color: #778088 #d6d9db;}

/*menu left*/
.x-treelist-nav .x-treelist-item-text
{ color: White;       /*cor da letra do menu*/
  margin-left: 27px;  /*27 espaçamento da esquerda para direita dos Itens do menu*/
  margin-right: 15px; /*espaçamento da esquerda para direita dos Grupos do menu*/
  font-size: 16px;    /*tamanho das letras*/
  line-height: 30px;  /*altura da linha do menu*/
}

 .x-treelist-nav .x-treelist-item-icon:before,
 .x-treelist-nav .x-treelist-item-tool:before,
 .x-treelist-nav .x-treelist-item-expander
{ line-height: 30px;  color: White;} 

/*Menu Expandidos*/
.x-treelist-nav .x-treelist-item-expanded { background-color: #324f67 !important;}

/*Menu Selecionado*/
.x-treelist-nav .x-treelist-item-selected > .x-treelist-row::before { background-color: #008ae6 !important;}

/*Passa o mouse*/
.x-treelist-nav .x-treelist-row-over{background-color: #808080 !important;}

.x-treelist-nav::-webkit-scrollbar { width: 7px;  height:7px;  background:#d6d9db;}

.x-treelist-nav::-webkit-scrollbar-track {background: rgba(0,0,0,0.1);}

.x-treelist-nav::-webkit-scrollbar-thumb {border-radius: 7px;height:7px;background:#778088;}


/* UniTreeMenu - end */

 

 

 

Link to comment
Share on other sites

 

someone else is going through this, there is nothing wrong with my application because it shows correctly in version 1534, only in the others and that the problem occurs, so and it seems clear that it is something in the newer versions that causes the problem

Link to comment
Share on other sites

  • 2 weeks later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...