* Fixed Focus issues in Grid

This commit is contained in:
2025-07-03 07:21:26 +02:00
parent 82cb7a3dbe
commit 4cfb422ad4
2 changed files with 140 additions and 55 deletions

View File

@@ -94,3 +94,12 @@ main {
right: 0.75rem;
top: 0.5rem;
}
.e-grid .e-row.e-selection {
background-color: #D3D3D3 !important; /* Jasny szary */
}
/* Domyślny styl dla wierszy (na wszelki wypadek) */
.e-grid .e-row {
background-color: #FFFFFF; /* Biały, domyślny kolor */
}