Fixed styles for selected listitem and comboitem elements in ZK5
FEA: ItEr75S04BugFixing
This commit is contained in:
parent
59849a8e57
commit
aeb7226ef1
1 changed files with 2 additions and 2 deletions
|
|
@ -1138,8 +1138,8 @@ span.perspective, span.perspective-active {
|
|||
overflow-x: auto;
|
||||
}
|
||||
|
||||
tr.z-tree-row-seld, tr.z-list-item-seld,
|
||||
.z-combobox-pp .z-combo-item-seld,
|
||||
tr.z-tree-row-seld, tr.z-listitem-seld,
|
||||
.z-combobox-pp .z-comboitem-seld,
|
||||
tr.z-treerow-seld {
|
||||
background-color: #fdd772; /* Dark orange */
|
||||
color: #000000;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue