From 393bc84c584018cbbc634fb36e6ee42fe1a4acbb Mon Sep 17 00:00:00 2001 From: godofdream Date: Sun, 12 Aug 2012 16:16:22 +0200 Subject: changed colors of 2 icons added settings and logoutbutton --- .../web/static/img/default/downloading-icon-green.png | Bin 903 -> 1029 bytes module/web/static/img/default/downloading-icon-red.png | Bin 896 -> 1016 bytes module/web/static/img/default/gear-icon-white.png | Bin 0 -> 769 bytes .../web/static/img/default/icon_clock_small_white.png | Bin 1523 -> 0 bytes .../web/static/img/default/icon_speed_small_white.png | Bin 1535 -> 0 bytes .../web/static/img/default/reconnecting-icon-green.png | Bin 851 -> 945 bytes .../web/static/img/default/reconnecting-icon-red.png | Bin 842 -> 914 bytes module/web/static/img/default/user-icon-white.png | Bin 0 -> 474 bytes 8 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 module/web/static/img/default/gear-icon-white.png delete mode 100644 module/web/static/img/default/icon_clock_small_white.png delete mode 100644 module/web/static/img/default/icon_speed_small_white.png create mode 100644 module/web/static/img/default/user-icon-white.png (limited to 'module/web/static/img/default') diff --git a/module/web/static/img/default/downloading-icon-green.png b/module/web/static/img/default/downloading-icon-green.png index 84e47dc3b..3c65e5c71 100644 Binary files a/module/web/static/img/default/downloading-icon-green.png and b/module/web/static/img/default/downloading-icon-green.png differ diff --git a/module/web/static/img/default/downloading-icon-red.png b/module/web/static/img/default/downloading-icon-red.png index ec66e56ef..d332ebb57 100644 Binary files a/module/web/static/img/default/downloading-icon-red.png and b/module/web/static/img/default/downloading-icon-red.png differ diff --git a/module/web/static/img/default/gear-icon-white.png b/module/web/static/img/default/gear-icon-white.png new file mode 100644 index 000000000..3a41217b2 Binary files /dev/null and b/module/web/static/img/default/gear-icon-white.png differ diff --git a/module/web/static/img/default/icon_clock_small_white.png b/module/web/static/img/default/icon_clock_small_white.png deleted file mode 100644 index b6c3535e8..000000000 Binary files a/module/web/static/img/default/icon_clock_small_white.png and /dev/null differ diff --git a/module/web/static/img/default/icon_speed_small_white.png b/module/web/static/img/default/icon_speed_small_white.png deleted file mode 100644 index a82639113..000000000 Binary files a/module/web/static/img/default/icon_speed_small_white.png and /dev/null differ diff --git a/module/web/static/img/default/reconnecting-icon-green.png b/module/web/static/img/default/reconnecting-icon-green.png index 93e3732f0..209a80348 100644 Binary files a/module/web/static/img/default/reconnecting-icon-green.png and b/module/web/static/img/default/reconnecting-icon-green.png differ diff --git a/module/web/static/img/default/reconnecting-icon-red.png b/module/web/static/img/default/reconnecting-icon-red.png index e97a10270..04f7ce018 100644 Binary files a/module/web/static/img/default/reconnecting-icon-red.png and b/module/web/static/img/default/reconnecting-icon-red.png differ diff --git a/module/web/static/img/default/user-icon-white.png b/module/web/static/img/default/user-icon-white.png new file mode 100644 index 000000000..e062d7c87 Binary files /dev/null and b/module/web/static/img/default/user-icon-white.png differ -- cgit v1.2.3