Skip to main content
Nintex Community Menu Bar
Question

ui-button-text css font

  • July 9, 2024
  • 2 replies
  • 14 views

Forum|alt.badge.img+20

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+6
  • Nintex Employee
  • 130 replies
  • July 9, 2024

Hey Pat,

Chrome has a really cool developer tools feature hidden in the Styles tab that will show you every valid CSS attribute for the selected element and where the current value comes from:

9d9d880cf4f516838f1a7fef64d78799782f68cf.png

It’s kind of hidden underneath the “size box” thingy (just scroll down):

c5c5cc0c5fcfbca23ca6fc7940847b9286184111.png

It should help you figure out which of several different competing CSS files is currently “winning”.


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

I have looked in the console and I can see where to change the bottom border color for a button but everything I put into my css doesn’t change the color. Any assistance about where I am going wrong will be greatly appreciated. This is what I am currently using.

/Buttons/
.ui-button{
border-bottom-color:#0087B8;
}

Thank you!