Add pressed state to RA and TS ScrollItemWidget
This commit is contained in:
@@ -287,12 +287,17 @@ observer-scrollheader:
|
|||||||
observer-scrollheader-highlighted:
|
observer-scrollheader-highlighted:
|
||||||
Inherits: observer-scrollpanel-button-disabled
|
Inherits: observer-scrollpanel-button-disabled
|
||||||
|
|
||||||
observer-scrollitem-highlighted:
|
observer-scrollitem:
|
||||||
Inherits: observer-scrollpanel-button-pressed
|
|
||||||
|
|
||||||
observer-scrollitem-hover:
|
observer-scrollitem-hover:
|
||||||
Inherits: observer-scrollpanel-button
|
Inherits: observer-scrollpanel-button
|
||||||
|
|
||||||
|
observer-scrollitem-pressed:
|
||||||
|
Inherits: observer-scrollpanel-button
|
||||||
|
|
||||||
|
observer-scrollitem-highlighted:
|
||||||
|
Inherits: observer-scrollpanel-button-pressed
|
||||||
|
|
||||||
# Used for the main menu frame
|
# Used for the main menu frame
|
||||||
dialog:
|
dialog:
|
||||||
Inherits: ^Dialog
|
Inherits: ^Dialog
|
||||||
@@ -583,6 +588,9 @@ scrollitem:
|
|||||||
scrollitem-hover:
|
scrollitem-hover:
|
||||||
Inherits: button
|
Inherits: button
|
||||||
|
|
||||||
|
scrollitem-pressed:
|
||||||
|
Inherits: button
|
||||||
|
|
||||||
scrollitem-highlighted:
|
scrollitem-highlighted:
|
||||||
Inherits: button-pressed
|
Inherits: button-pressed
|
||||||
|
|
||||||
|
|||||||
@@ -713,6 +713,9 @@ scrollitem:
|
|||||||
scrollitem-hover:
|
scrollitem-hover:
|
||||||
Inherits: button
|
Inherits: button
|
||||||
|
|
||||||
|
scrollitem-pressed:
|
||||||
|
Inherits: button
|
||||||
|
|
||||||
scrollitem-highlighted:
|
scrollitem-highlighted:
|
||||||
Inherits: button-pressed
|
Inherits: button-pressed
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user