* Maintain DataModel for User, Role, Function and UserRole
This commit is contained in:
@@ -63420,3 +63420,12 @@ html, body {
|
||||
height: calc(100vh - 150px) !important;
|
||||
}
|
||||
}
|
||||
.e-grid .e-row.highlight-red {
|
||||
background-color: #ffcccc !important; /* Jasnoczerwone tło */
|
||||
color: #333; /* Kontrastowy kolor tekstu */
|
||||
}
|
||||
|
||||
/* Opcjonalnie, jeśli chcesz zmienić kolor tekstu w komórkach */
|
||||
.e-grid .e-row.highlight-red .e-rowcell {
|
||||
background-color: #ffcccc !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user