Aller au contenu

« MediaWiki:Vector.css » : différence entre les versions

aucun résumé des modifications
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 273 : Ligne 273 :
     box-shadow: 0 1px 1px rgba(0,0,0,0.15);
     box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}
}
.ve-ce-focusableNode-highlight {
.client-darkmode .ve-ce-focusableNode-highlight {
     background: #25ff007a;
     background: #25ff007a;
     box-shadow: inset 0 0 0 1px #39bd49;
     box-shadow: inset 0 0 0 1px #39bd49;
Ligne 279 : Ligne 279 :
     overflow: hidden;
     overflow: hidden;
}
}
.client-darkmode input:active + .cdx-button.cdx-button--action-progressive {
    background-color: #60ea60;
    color: #ffffff;
    border-color: #60ea60
}
.client-darkmode input:focus:not(:active) + .cdx-button.cdx-button--action-progressive {
    border-color: #228922;
    box-shadow: inset 0 0 0 1px #228922 inset 0 0 0 2px #ffffff
}


/*
/*