Skuidtheme.css: visible from inspect element
.ui-tabs .ui-tabs-nav li a {
color: #706e6b; /* light gray /
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a { color: #3e3e3c; / dark gray */ }<br alt="" name="" rel="" target="" title="" type="" value="" />Our inline Custom.css in theme editor: <br alt="" name="" rel="" target="" title="" type="" value="" /><br alt="" name="" rel="" target="" title="" type="" value="" /><pre alt="" name="" rel="" target="" title="" type="" value="">.ui-tabs .ui-tabs-nav li a { color: #fff !important; } .ui-tabs .ui-tabs-nav li.ui-tabs-active a { color: #3e3e3c !important; }
Click Save in skuid theme editor Page shows the css changes fine.
Make a random change in the tabset in skuid theme editor Save Page no longer has the css changes.
Open the inline Custom.css in theme editor
My changes were deleted. I tried with other updates in the inline css and same thing happened. skuid theme editor changes are overwriting custom css. When I put the same css inside the actual skuid page, they work fine.
Is this a known issue with Millau 11.2.8?