Tagged Questions
0
votes
1answer
813 views
How to customize Column Title area in Webpart
Good day!
Here is the problem:
I apply custom style to web parts
my css
.ms-vh-div a
{
color:gray !important;
}
.ms-vh-div
{
border-bottom: 1px #c0c0c0 solid;
}
tr.ms-viewheadertr ...