Files
myprojplanet_vite/src/components/CMyFieldDb/CMyFieldDb.scss

25 lines
270 B
SCSS
Raw Normal View History

2021-09-04 15:05:34 +02:00
.colmodif {
cursor: pointer;
}
.colmodif:hover {
background-color: #a8f0ff;
cursor: pointer;
}
.colsel {
background-color: #81b8ff;
}
.cldisable{
color: gray !important;
}
2021-10-28 00:37:48 +02:00
.clinput{
@media (max-width: 500px) {
display: flex;
flex-grow: 1;
}
}