Jump to content

uni_win11_polar_light theme


gesulmino

Recommended Posts

Hi everyone,

I'm evaluating the uni_win11_polar_light theme, I really like it. Unfortunately on my application the toolbuttons on forms/frames/panels are not visible, but on the online demos they are.

Futhermore in the grid stripe the alternate colors are barely visible

some examples:

image.png.90e7dcc3cefb903e2773e79495b4e877.png

next to maximize icon, at the top right, there should be a toolbutton, but this is not visible (with the uni_sencha theme it is visible)

 

image.png.0a0288c8399eeb4248f13afda769b141.png

the alternating color is barely visible (the color difference could be more marked)

Thanks

Link to comment
Share on other sites

Yes, I'm using CustomCSS like this

.magazzini_menu_icon{
   background-image:url(files/images/warehouse.svg);
   background-repeat: no-repeat;
}

.filter-color{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(298deg) brightness(102%) contrast(102%);
}

.eye_button{
   padding: 0px 0px 4px 0px;
   background-image:url(files/images/button/eye-solid.svg);
   background-origin: content-box;
}

.eye_slash_button{
   padding: 0px 0px 4px 0px;
   background-image:url(files/images/button/eye-slash-solid.svg);
   background-origin: content-box;
}

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...