mirror of https://github.com/nanoy42/coope
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
283 B
17 lines
283 B
#listePseudoTransaction {
|
|
}
|
|
|
|
#listePseudoTransaction .item {
|
|
padding: 3px;
|
|
font-family: Helvetica;
|
|
border: 1px solid #c0c0c0;
|
|
}
|
|
|
|
#istePseudoTransaction .item:hover {
|
|
background-color: #f2f2f2;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.itemSelected {
|
|
background-color: #dcdcdc;
|
|
}
|
|
|