- edit campi prodotti
- edit ordini
This commit is contained in:
24
src/components/CMyValueDb/CMyValueDb.scss
Executable file
24
src/components/CMyValueDb/CMyValueDb.scss
Executable file
@@ -0,0 +1,24 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user