Skip to main content
Nintex Community Menu Bar
Question

CSS class for Saving..." label"

  • July 9, 2024
  • 2 replies
  • 14 views

Forum|alt.badge.img+10

What’s the CSS class for the “Saving…” label that dynamically appears as a save is happening, then disappears afterwards? I need to style it a little different, but it’s hard to identify the element!

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+8
  • 649 replies
  • July 9, 2024

.nx-editor-header > .nx-status

Is for the div that wraps the status message.

.nx-editor-header > .nx-status > .nx-actionselect-text

Would be for the actual text.


Forum|alt.badge.img+10
  • Author
  • 279 replies
  • July 9, 2024

Thanks Ben!