diff options
author | Johannes Schickel | 2009-08-20 09:19:37 +0000 |
---|---|---|
committer | Johannes Schickel | 2009-08-20 09:19:37 +0000 |
commit | a8bffbe6a7137060bc6bf54da2cfd018bb777d74 (patch) | |
tree | b9aab22979e0c6d9f683636d578c69cb194aad98 /gui/themes/scummmodern | |
parent | a2a6967a638dab875dc1596cfc92ec75f8d73e5e (diff) | |
download | scummvm-rg350-a8bffbe6a7137060bc6bf54da2cfd018bb777d74.tar.gz scummvm-rg350-a8bffbe6a7137060bc6bf54da2cfd018bb777d74.tar.bz2 scummvm-rg350-a8bffbe6a7137060bc6bf54da2cfd018bb777d74.zip |
Partial implementation of feature request #2834637 "GUI: Allow greying out dummy ListWidget entries", based on a slighly modified version of my latest patch included there.
svn-id: r43551
Diffstat (limited to 'gui/themes/scummmodern')
-rw-r--r-- | gui/themes/scummmodern/scummmodern_gfx.stx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/themes/scummmodern/scummmodern_gfx.stx b/gui/themes/scummmodern/scummmodern_gfx.stx index 6a3ab0c233..05316b516f 100644 --- a/gui/themes/scummmodern/scummmodern_gfx.stx +++ b/gui/themes/scummmodern/scummmodern_gfx.stx @@ -130,15 +130,15 @@ /> <text_color id = 'color_alternative' - color = 'black' + color = '128, 128, 128' /> <text_color id = 'color_alternative_inverted' - color = 'black' + color = 'white' /> <text_color id = 'color_alternative_hover' - color = 'bgreen' + color = 'darkgray' /> <text_color id = 'color_alternative_disabled' |