Jump to content

Need some help with css (icon is cut in grid using classic theme)


Roberto Nicchi

Recommended Posts

Hello,

Using the crisp theme icons are displayed in full size into the grid:

2111043384_unigui_crisp.PNG.3715d6baa3d11fb068456a6e7203c6f5.PNG

Using the classic theme icons are cut:

unigui_classic.PNG.59e1b276cabc1ed52e3fbe858b8134aa.PNG

I'm using svg icons (TUniNativeImageList)

The css class for icon is defined like this

.deleteIcon16 {
  background-size: 16px auto;
  background-image: url("files/icone/deleteIcon.svg"); 
}
 

Is there a solution to avoid the icon is cut using the classic theme ?

thanks in advance

Roberto

Link to comment
Share on other sites

19 hours ago, Sherzod said:

Hello, 

Simple testcase? 

Hello @Sherzod,

 

here you are attached the testcase.

What i would like is to see in the grid the svg icon (16x16) in full size using the classic theme, now it's cut. If necessary the row height can be incrased. I'd like this is done using a general css that affects all the application.

thanks

Roberto

Project1.zip

Link to comment
Share on other sites

13 minutes ago, Roberto Nicchi said:

here you are attached the testcase.

Hello, thanks.

13 minutes ago, Roberto Nicchi said:

What i would like is to see in the grid the svg icon (16x16) in full size using the classic theme, now it's cut. If necessary the row height can be incrased. I'd like this is done using a general css that affects all the application.

.deleteIcon16 {
  width: 16px;
  height: 16px;
  background-size: 16px auto;
  background-image: url("files/icone/deleteIcon.svg"); 
}

 

Link to comment
Share on other sites

  • 2 months later...

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...