Files
freeplanet/src/components/CMyFieldDb/CMyFieldDb.scss

18 lines
186 B
SCSS
Raw Normal View History

.colmodif {
cursor: pointer;
}
.colmodif:hover {
background-color: #a8f0ff;
cursor: pointer;
}
.colsel {
background-color: #81b8ff;
}
.cldisable{
color: gray !important;
}