Update core smartproc
This commit is contained in:
@ -22972,4 +22972,37 @@ input.dx-hidden {
|
||||
left: 0;
|
||||
background: rgba(0,0,0,.01);
|
||||
opacity: .01;
|
||||
}
|
||||
/* Add by Titan 2023/05/19 */
|
||||
h3 {
|
||||
color: #0996C2;
|
||||
}
|
||||
.dx-link.dx-link-edit.dx-icon-edit.dx-link-icon {
|
||||
color: #e8d102;
|
||||
}
|
||||
.dx-link.dx-link-delete.dx-icon-trash.dx-link-icon {
|
||||
color: #FF2C2C;
|
||||
}
|
||||
.dx-item-content.dx-toolbar-item-content {
|
||||
margin: 0 10px;
|
||||
}
|
||||
.dx-widget.dx-button.dx-button-mode-text.dx-button-normal.dx-button-has-icon.dx-closebutton {
|
||||
left: 0px;
|
||||
}
|
||||
.dx-datagrid-addrow-button {
|
||||
background: #0996C2;
|
||||
color: #fff;
|
||||
}
|
||||
.dx-datagrid-addrow-button.dx-state-hover {
|
||||
background: #0ea4d3;
|
||||
color: #fff;
|
||||
}
|
||||
.dx-button-mode-contained .dx-icon {
|
||||
color: #fff;
|
||||
}
|
||||
.dx-datagrid-headers {
|
||||
background: #DAF0FA;
|
||||
}
|
||||
.dx-widget.dx-button.dx-button-mode-contained.dx-button-normal.dx-button-has-text {
|
||||
left: 0px;
|
||||
}
|
Reference in New Issue
Block a user