Question

bonne journée!

Voici le problème:

J'applique un style personnalisé sur des parties Web

mon 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;
}

Mais lorsque je le teste, la zone avec case à cocher ou avec pièce jointe reste la même (zone grisée doit être blanche):

pièce jointe n'a pas changé

Était-ce utile?

La solution

You need to modify this class :-

.ms-vh-icon

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à sharepoint.stackexchange
scroll top