K-Psul - Sélection des articles

Ajout de la sélection au clic (souris/tactile)
This commit is contained in:
Aurélien Delobelle 2016-09-22 17:59:51 +02:00
parent c79456e958
commit 0b618fa045
2 changed files with 30 additions and 4 deletions

View file

@ -319,6 +319,11 @@ input[type=number]::-webkit-outer-spin-button {
padding-left:20px;
}
#articles_data .article:hover {
background:rgba(200,16,46,0.3);
cursor:pointer;
}
/* Second part - Left - bottom */
.kpsul_middle_left_bottom {