* Fixed Focus issues in Grid
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user