Multi-user add/edit better view

This commit is contained in:
Alireza Ahmadi
2023-02-11 09:43:50 +01:00
parent d971a61afc
commit fbc8fa7345
5 changed files with 15 additions and 6 deletions

View File

@@ -144,4 +144,9 @@
.ant-progress-inner {
background-color: #EBEEF5;
}
.deactive-client .ant-collapse-header{
color:rgb(255, 255, 255) !important;
background-color: rgb(255, 127, 127);
}