favorite resource added
authorKoeun Choi <koeun.choi@samsung.com>
Thu, 20 Dec 2012 07:18:55 +0000 (16:18 +0900)
committerGerrit Code Review <gerrit2@kim11>
Thu, 20 Dec 2012 11:05:16 +0000 (20:05 +0900)
Change-Id: I80a62e063f053ca9fdb1862721fe887e9fc48ab0

src/themes/tizen/common/jquery.mobile.forms.checkboxradio.less
src/themes/tizen/tizen-white/images/controls/00_icon_favorite_off.png [new file with mode: 0644]
src/themes/tizen/tizen-white/images/controls/00_icon_favorite_on.png [new file with mode: 0644]

index 4487b04..7ffd699 100755 (executable)
        .ui-icon-checkbox-off-press {
                width: @favorite-size-width;
                height: @favorite-size-height;
-               background-image: url(images/00_winset_icon_favorite_off.png);
+               background-image: url(images/controls/00_icon_favorite_off.png);
        }
        .ui-icon-checkbox-on,
        .ui-icon-checkbox-on-press {
                width: @favorite-size-width;
                height: @favorite-size-height;
-               background-image: url(images/00_winset_icon_favorite_on.png);
+               background-image: url(images/controls/00_icon_favorite_on.png);
        }
 }
 
diff --git a/src/themes/tizen/tizen-white/images/controls/00_icon_favorite_off.png b/src/themes/tizen/tizen-white/images/controls/00_icon_favorite_off.png
new file mode 100644 (file)
index 0000000..79a4f26
Binary files /dev/null and b/src/themes/tizen/tizen-white/images/controls/00_icon_favorite_off.png differ
diff --git a/src/themes/tizen/tizen-white/images/controls/00_icon_favorite_on.png b/src/themes/tizen/tizen-white/images/controls/00_icon_favorite_on.png
new file mode 100644 (file)
index 0000000..3737ff7
Binary files /dev/null and b/src/themes/tizen/tizen-white/images/controls/00_icon_favorite_on.png differ