diff options
Diffstat (limited to 'data/graphics')
-rw-r--r-- | data/graphics/gui/jewelry/theme.xml | 6 | ||||
-rw-r--r-- | data/graphics/gui/login_wallpaper.png (renamed from data/graphics/images/login_wallpaper.png) | bin | 10948 -> 10948 bytes | |||
-rw-r--r-- | data/graphics/gui/theme.xml | 6 |
3 files changed, 12 insertions, 0 deletions
diff --git a/data/graphics/gui/jewelry/theme.xml b/data/graphics/gui/jewelry/theme.xml index 2b4911de..d95d07d5 100644 --- a/data/graphics/gui/jewelry/theme.xml +++ b/data/graphics/gui/jewelry/theme.xml @@ -281,6 +281,12 @@ </state> </skin> + <skin type="Desktop"> + <state> + <rect color="#5a5044" /> + </state> + </skin> + <skin type="Button" padding="7"> <state disabled="true"> <text color="#aaaaaa" outlineColor="#000000"/> diff --git a/data/graphics/images/login_wallpaper.png b/data/graphics/gui/login_wallpaper.png Binary files differindex 109acccd..109acccd 100644 --- a/data/graphics/images/login_wallpaper.png +++ b/data/graphics/gui/login_wallpaper.png diff --git a/data/graphics/gui/theme.xml b/data/graphics/gui/theme.xml index fc1de9e3..5a0408f7 100644 --- a/data/graphics/gui/theme.xml +++ b/data/graphics/gui/theme.xml @@ -91,6 +91,12 @@ </state> </skin> + <skin type="Desktop"> + <state> + <img src="login_wallpaper.png" left="258" right="34" top="143" bottom="22" /> + </state> + </skin> + <skin type="Button" padding="4"> <state disabled="true"> <text color="#333333" /> |