diff options
author | Narek Mailian | 2013-08-22 12:01:27 +0200 |
---|---|---|
committer | Narek Mailian | 2013-08-22 12:01:27 +0200 |
commit | 94792d2063b261846b72f7e9c61da52eb59febe4 (patch) | |
tree | bba7e77b74554fb7af4bf208551e655b087ba7ac | |
parent | a2fabef87c3558a6407fb2f53e86b3b687a755f6 (diff) | |
download | scummvm-rg350-94792d2063b261846b72f7e9c61da52eb59febe4.tar.gz scummvm-rg350-94792d2063b261846b72f7e9c61da52eb59febe4.tar.bz2 scummvm-rg350-94792d2063b261846b72f7e9c61da52eb59febe4.zip |
THEME: Add back entry for color when hovering over button
-rw-r--r-- | gui/themes/scummmodern/scummmodern_gfx.stx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/themes/scummmodern/scummmodern_gfx.stx b/gui/themes/scummmodern/scummmodern_gfx.stx index a4661f23b9..3a1ec5a5f0 100644 --- a/gui/themes/scummmodern/scummmodern_gfx.stx +++ b/gui/themes/scummmodern/scummmodern_gfx.stx @@ -178,6 +178,10 @@ color = '128, 128, 128' /> + <text_color id = 'color_button_hover' + color = 'white' + /> + <text_color id = 'color_alternative_inverted' color = 'white' /> |