1. Modify the SharePoint style to Shadow 2, open the list's AllItems.aspx file with designer and copy the following style to the inside
<style type= "Text/css" >
. ms-basictable
{
width:100%;
padding:0;
margin:0;
border-right:1px solid #c1dad7;
}
. ms-basictable th {
Font:bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
Color: #4f6b72;
border-left:1px solid #C1DAD7;
border-bottom:1px solid #c1dad7;
letter-spacing:2px;
Text-transform:uppercase;
Text-align:left;
padding:6px 6px 6px 12px;
Background: #CAE8EA no-repeat;
}
. ms-basictable TD {
border-left:1px solid #C1DAD7;
border-bottom:1px solid #c1dad7;
Background: #fff;
font-size:14px;
padding:6px 6px 6px 12px;
Color: #4f6b72;
}
. ms-basictable Td.alt {
Background: #F5FAFA;
Color: #797268;
}
. ms-basictable Th.spec,td.spec {
border-left:1px solid #C1DAD7;
}
</style>
1. Modify the SharePoint style to Shadow 2, open the list's allitems.aspx file with designer, copy the following style to the inside <style type= "Text/css" >
. ms-basictable
{
width:100%;
padding:0;
margin:0;
border-right:1px solid #c1dad7;
}
. ms-basictable th {
Font:bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
Color: #4f6b72;
border-left:1px solid #C1DAD7;
border-bottom:1px solid #c1dad7;
letter-spacing:2px;
Text-transform:uppercase;
Text-align:left;
padding:6px 6px 6px 12px;
Background: #CAE8EA no-repeat;
}
. ms-basictable TD {
border-left:1px solid #C1DAD7;
border-bottom:1px solid #c1dad7;
Background: #fff;
font-size:14px;
padding:6px 6px 6px 12px;
Color: #4f6b72;
}
. ms-basictable Td.alt {
Background: #F5FAFA;
Color: #797268;
}
. ms-basictable Th.spec,td.spec {
border-left:1px solid #C1DAD7;
}
</style>
The film always fails to upload, it does not upload
Modify SharePoint List styles