I had some custom CSS on my tabset components, and today upon logging in, it’s no longer being reflected in my pages. Any ideas why it’s not working all of a sudden?
.ui-state-default a, .ui-state-default a:link .ui-state-default a:visited{ <br /> background-color: #17365d; color: white; border-top-style: solid; border-top-color: #7a7a7a; border-top-width: 1px; } .ui-state-hover a, .ui-state-hover a:link, .ui-state-hover a:visited { background-color: grey; color: #17365d; border-top-style: solid; border-top-color: #7a7a7a; border-top-width: 1px; } .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { background-color: white; color: #17365d; border-top-style: solid; border-top-color: #7a7a7a; border-top-width: 1px; }<br />