Rev 1165 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
.conteneurMotCle {
display: inline-block;
margin-right: 3px;
}
.motCle {
border: 1px solid grey;
background-color: #555;
padding: 2px;
line-height: 25px;
}
.suppressionMotCle {
display: inline;
border: 1px solid grey;
border-left: none;
background-color: #555;
padding: 2px;
line-height: 25px;
cursor: pointer;
color: red;
}
.suppressionMotCle:hover {
background-color: #888;
}