NetTalk Central

Author Topic: Red cross icon in popups  (Read 628 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1847
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Red cross icon in popups
« on: November 03, 2023, 04:57:36 AM »
Hi, is there any way of delete the close red cross icon in a popup window?
And any way of set it as modal so the user must click on a button to close?
Thanks
-----------
Regards
Alberto

Alberto

  • Hero Member
  • *****
  • Posts: 1847
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Red cross icon in popups
« Reply #1 on: November 04, 2023, 06:11:18 AM »
THis css seams to work ok

button.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close {
    visibility: hidden;
}

Any advice?
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11186
    • View Profile
Re: Red cross icon in popups
« Reply #2 on: November 06, 2023, 02:30:57 AM »
what happens if you press Esc on the keyboard?
What if the user navigates away from the popup using the URL?
What if they just close the browser?