New: Hover effect on alpha-numeric picker in library sections
This commit is contained in:
parent
c5dd0ac6b2
commit
ec4c652632
1 changed files with 2 additions and 1 deletions
|
|
@ -760,7 +760,8 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||||
color: rgba(255, 255, 255, 0.25);
|
color: rgba(255, 255, 255, 0.25);
|
||||||
}
|
}
|
||||||
|
|
||||||
.alphaPickerButton-selected {
|
.alphaPickerButton-selected,
|
||||||
|
.alphaPickerButton:hover {
|
||||||
color: rgba(255, 255, 255, 1);
|
color: rgba(255, 255, 255, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue