- added Table field;
This commit is contained in:
@@ -45,6 +45,20 @@
|
||||
input[disabled], div.p-disabled:not(.p-inputswitch) {
|
||||
background-color: #e3e3e3;
|
||||
}
|
||||
|
||||
&.table {
|
||||
div.addNewTableRow {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
padding: 5px 0;
|
||||
background: var(--table-border-color);
|
||||
color: var(--primary-text);
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.appForm__fieldItem {
|
||||
|
||||
Reference in New Issue
Block a user