Rev 1239 | Blame | Compare with Previous | Last modification | View Log | RSS feed
.conteneurMotCle {
display: inline-block;
margin-right: 3px;
}
.motCle {
border: 1px solid grey;
background-color: #DDD;
padding: 2px;
line-height: 25px;
border-radius:5px;
}
.suppressionMotCle {
display: inline;
border: 1px solid grey;
border-left: none;
background-color: #555;
padding: 2px;
padding-left: 4px;
margin-left: -3px;
line-height: 25px;
cursor: pointer;
color: red;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.suppressionMotCle:hover {
background-color: #888;
}