Posted 3 February 2020, 6:04 pm EST
I have a tab panel and have 2 issues;
-
want the selected and unselected tabs to have the same background color. See that attached file to see how they currently appear.
-
I would like to put my style properties in the site.css file but when I put them there they don’t render on the page. I know it is looking the site.css file for the “tabcustom” because if I change the height parameter in the site.css file it does render that way on the page.
In my cshtml I have this;
In my site.css file I have this for the class;
.tabcustom {
height: 30px;
}
The second issue is not a big deal because I can use the "style= ‘’ in my .cshtml file. But am wondering why when I put those properties in the site.css file they don’t render.
My bigger issue is the first one.
I alway appreciate you help.