diff options
| author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2026-03-17 20:47:20 +0200 |
|---|---|---|
| committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2026-03-17 20:55:55 +0200 |
| commit | 0ab59c057fe4345629fa0dbcbeaf8bee9cafc18c (patch) | |
| tree | 11ac5de2f2064092e9d5912c960fb11e54d169cd /indra/llui/llbutton.h | |
| parent | 157f4f1527a8b156a953e7da80715ba4fd1ace6a (diff) | |
#5462 update button and menu colors
Diffstat (limited to 'indra/llui/llbutton.h')
| -rw-r--r-- | indra/llui/llbutton.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/indra/llui/llbutton.h b/indra/llui/llbutton.h index ac301d5149..0d1a28ee31 100644 --- a/indra/llui/llbutton.h +++ b/indra/llui/llbutton.h @@ -133,7 +133,9 @@ public: Optional<F32> hover_glow_amount; Optional<TimeIntervalParam> held_down_delay; - Optional<bool> use_draw_context_alpha; + Optional<bool> use_draw_context_alpha, + draw_focus_border, + hover_hand_cursor; Optional<LLBadge::Params> badge; @@ -367,6 +369,8 @@ protected: S32 mImageOverlayBottomPad; bool mUseDrawContextAlpha; + bool mDrawFocusBorder; + bool mHoverHandCursor; /* * Space between image_overlay and label |
