|
1 | 1 | #employees_grid .e-content { |
2 | 2 | overflow-y: hidden !important; |
3 | 3 | } |
| 4 | + |
| 5 | +/* Fix border styling for filter popup items with primary color */ |
| 6 | +#employees_grid .e-filtercell { |
| 7 | + border-color: var(--color-sf-primary-bg-color, #10b981) !important; |
| 8 | +} |
| 9 | + |
| 10 | +#employees_grid .e-filterbar .e-filtercell { |
| 11 | + border: 1px solid var(--color-sf-primary-bg-color, #10b981) !important; |
| 12 | + border-bottom: 1px solid var(--color-sf-primary-bg-color, #10b981) !important; |
| 13 | +} |
| 14 | + |
| 15 | +/* Reduce spacing in filter popup items */ |
| 16 | +#employees_grid .e-popup .e-list-item { |
| 17 | + padding: 6px 12px !important; |
| 18 | + height: auto !important; |
| 19 | + min-height: 28px !important; |
| 20 | +} |
| 21 | + |
| 22 | +#employees_grid .e-popup .e-list-item:hover { |
| 23 | + background-color: rgba(16, 185, 129, 0.1) !important; |
| 24 | + padding: 6px 12px !important; |
| 25 | +} |
| 26 | + |
| 27 | +#employees_grid .e-popup .e-list-item.e-active { |
| 28 | + background-color: rgba(16, 185, 129, 0.2) !important; |
| 29 | + color: var(--color-sf-primary-bg-color, #10b981) !important; |
| 30 | + padding: 6px 12px !important; |
| 31 | +} |
| 32 | + |
| 33 | +/* Reduce row height padding for compact display */ |
| 34 | +#employees_grid .e-row { |
| 35 | + height: auto !important; |
| 36 | +} |
| 37 | + |
| 38 | +#employees_grid .e-rowcell { |
| 39 | + padding: 8px 4px !important; |
| 40 | +} |
| 41 | + |
| 42 | +/* Ensure header cells have proper border with primary color */ |
| 43 | +#employees_grid .e-headercell { |
| 44 | + border-right: 1px solid var(--color-sf-primary-bg-color, #10b981) !important; |
| 45 | + border-bottom: 2px solid var(--color-sf-primary-bg-color, #10b981) !important; |
| 46 | +} |
| 47 | + |
| 48 | +/* Adjust dropdown popup styling */ |
| 49 | +#employees_grid .e-dropdown-popup { |
| 50 | + border: 1px solid var(--color-sf-primary-bg-color, #10b981) !important; |
| 51 | +} |
| 52 | + |
| 53 | +#employees_grid .e-popup .e-list-parent .e-list-item { |
| 54 | + padding: 6px 12px !important; |
| 55 | + line-height: 1.4 !important; |
| 56 | +} |
| 57 | + |
| 58 | +/* Reduce margin and padding in popup container */ |
| 59 | +#employees_grid .e-popup { |
| 60 | + border: 1px solid var(--color-sf-primary-bg-color, #10b981) !important; |
| 61 | +} |
| 62 | + |
| 63 | +#employees_grid .e-popup .e-ul { |
| 64 | + padding: 0 !important; |
| 65 | + margin: 0 !important; |
| 66 | +} |
0 commit comments