- Import emails from a list to a DB
- Create Template Emails - Options Email
This commit is contained in:
17
src/components/CMyFieldDb/CMyFieldDb.scss
Normal file
17
src/components/CMyFieldDb/CMyFieldDb.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
.colmodif {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
.colmodif:hover {
|
||||
background-color: #a8f0ff;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.colsel {
|
||||
background-color: #81b8ff;
|
||||
}
|
||||
|
||||
.cldisable{
|
||||
color: gray !important;
|
||||
}
|
||||
Reference in New Issue
Block a user