Files
myprojplanet_vite/src/components/CMyFieldDb/CMyFieldDb.scss
Paolo Arena 57cda99f9c - CMyPopupEdit
- CMyEditor
 - MySkills
2021-10-28 00:37:48 +02:00

25 lines
270 B
SCSS
Executable File

.colmodif {
cursor: pointer;
}
.colmodif:hover {
background-color: #a8f0ff;
cursor: pointer;
}
.colsel {
background-color: #81b8ff;
}
.cldisable{
color: gray !important;
}
.clinput{
@media (max-width: 500px) {
display: flex;
flex-grow: 1;
}
}