문제

좋은 하루!

여기 문제가 있습니다 :

웹 파트에 맞춤 스타일을 적용

내 CSS

.ms-vh-div  a
{
    color:gray !important;
}
.ms-vh-div 
{
    border-bottom: 1px #c0c0c0 solid; 
}

tr.ms-viewheadertr > th.ms-vh,tr.ms-viewheadertr > th.ms-vh2
{
    border:0px;
    background-color:transparent;
}
tr.ms-viewheadertr > th.ms-vh:hover,tr.ms-viewheadertr > th.ms-vh2:hover
{
    background-color:transparent;
}
tr.ms-viewheadertr > th:hover .s4-ctx-show
{
    background-color:transparent;
    background-image:none;
    border:0px solid #e0e0e0;   
}
tr.ms-viewheadertr > th .s4-ctx-show:hover
{
    background-color:transparent;
}
.

그러나 Checkbox 또는 첨부 파일이있는 영역을 테스트 할 때 (회색 영역은 흰색이어야합니다) :

체크 박스가 변경되지 않았습니다

첨부 파일이 변경되지 않았습니다

도움이 되었습니까?

해결책

You need to modify this class :-

.ms-vh-icon

Apply an override with the background-color:#fff !important and background-image:none.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top