NetTalk Central

Author Topic: NT12.40 Browse EIP Drop css no longer works.  (Read 1342 times)

Vinnie

  • Full Member
  • ***
  • Posts: 175
    • View Profile
    • Email
NT12.40 Browse EIP Drop css no longer works.
« on: June 01, 2022, 04:00:05 AM »
After upgrading to NT12.40 or NT12.41 from NT12.39
I notice that the  Browse EIP Drop css no longer works.
In NT12.40 
Add: Icon option to Drop fields so drop-down-icon can be customized.
I guess css has been added to display the ICON but my old css no longer works.
I currently set the css in CSS Class on the Allow Eit in Place Edit Tab.
I can not seem to find a fix for this one.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11155
    • View Profile
Re: NT12.40 Browse EIP Drop css no longer works.
« Reply #1 on: June 01, 2022, 10:18:07 PM »
Hi Vinnie,

I'm not sure if you're asking a question here, but it's pretty tricky for me to give advice without seeing what you are doing, where you are applying your custom class, what is in your class, what you are hoping to see, and so on.

Cheers
Bruce

Vinnie

  • Full Member
  • ***
  • Posts: 175
    • View Profile
    • Email
Re: NT12.40 Browse EIP Drop css no longer works.
« Reply #2 on: June 01, 2022, 10:44:44 PM »
Thanks for reply Bruce.

No question just seeing if anyone  had an issue.

After the change in NT12.40 adding the icon to Drop List

All I am doing is changing the background color and setting max-width 85px

Working perfect until NT12.40

No problem I will work it out.

Vinnie

  • Full Member
  • ***
  • Posts: 175
    • View Profile
    • Email
Re: NT12.40 Browse EIP Drop list custom css not working. (Solved)
« Reply #3 on: June 17, 2022, 07:07:21 AM »
Update:

Issue: Browse EIP Drop List, custom CSS not working after NT12.40 update from NT12.39.

I had my custom CSS set on EDIT tab - CSS Class set to ' orderqtyentry'

.orderqtyentry {
max-width: 85px ;
background-color: #B8C838 ;
}


Bruce has fixed this issue:
Now my custom CSS is set on CSS tab - Column set to Custom and Contents set to ' xxx2' 

.xxx2>.ui-selectmenu-button.ui-button{
min-width: 85px;
max-width: 85px;
background-color: #B8C838 ;
}

Working great. Just in case anyone else comes across this issue when updating Nettalk versions.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11155
    • View Profile
Re: NT12.40 Browse EIP Drop css no longer works.
« Reply #4 on: June 19, 2022, 11:25:01 PM »
you might want to use more imaginative naming than xxx2

Cheers
Bruce