Jump to content

TUniComboTriggers


shawdown

Recommended Posts

Hello,

 

Can you try this approach for now ?!:

 

1. CustomCSS:

.x-my-trigger {
  background-image: none !important;
  border: 1px solid #fff !important;
  border-radius: 1px;
  padding-top: 1px;
}

2. UniComboBox1 -> Triggers -> [2] TUniComboTrigger-> IconCls = 'x-my-trigger'

Link to comment
Share on other sites

Your idea gave me a direction to solve the problem.
 
I put this CSS.
.x-my-trigger {
background-image: url("/files/detalhes.png");
}
 
But the big secret is in the picture.
I made an image as well as the images of the templates.


My Image
post-715-0-47415500-1521752266.png
 
Template Image
post-715-0-18949000-1521752272.png
 
 
Thank you very much Delphi Developer.
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...