diff options
-rwxr-xr-x | js/panels/color/colorpanelpopup.reel/css/colorpanelpopup.css | 2 | ||||
-rwxr-xr-x | js/panels/color/colorpanelpopup.reel/css/colorpanelpopup.scss | 2 | ||||
-rw-r--r-- | js/panels/color/colorpanelpopup.reel/img/icon_palette.jpg | bin | 0 -> 1352 bytes |
3 files changed, 2 insertions, 2 deletions
diff --git a/js/panels/color/colorpanelpopup.reel/css/colorpanelpopup.css b/js/panels/color/colorpanelpopup.reel/css/colorpanelpopup.css index 4db0abff..3ffcd2f5 100755 --- a/js/panels/color/colorpanelpopup.reel/css/colorpanelpopup.css +++ b/js/panels/color/colorpanelpopup.reel/css/colorpanelpopup.css | |||
@@ -56,7 +56,7 @@ | |||
56 | 56 | ||
57 | /* line 62, colorpanelpopup.scss */ | 57 | /* line 62, colorpanelpopup.scss */ |
58 | .cp_pu_palettes { | 58 | .cp_pu_palettes { |
59 | background: #000; | 59 | background: url(../img/icon_palette.jpg) no-repeat black -1px -1px; |
60 | } | 60 | } |
61 | 61 | ||
62 | /* line 67, colorpanelpopup.scss */ | 62 | /* line 67, colorpanelpopup.scss */ |
diff --git a/js/panels/color/colorpanelpopup.reel/css/colorpanelpopup.scss b/js/panels/color/colorpanelpopup.reel/css/colorpanelpopup.scss index 1f63658a..cd9f47a2 100755 --- a/js/panels/color/colorpanelpopup.reel/css/colorpanelpopup.scss +++ b/js/panels/color/colorpanelpopup.reel/css/colorpanelpopup.scss | |||
@@ -60,7 +60,7 @@ $grey_light: #494949; | |||
60 | 60 | ||
61 | .cp_pu_palettes | 61 | .cp_pu_palettes |
62 | { | 62 | { |
63 | background: #000; | 63 | background: url(../img/icon_palette.jpg) no-repeat #000 -1px -1px; |
64 | } | 64 | } |
65 | 65 | ||
66 | .cp_pu_nocolor | 66 | .cp_pu_nocolor |
diff --git a/js/panels/color/colorpanelpopup.reel/img/icon_palette.jpg b/js/panels/color/colorpanelpopup.reel/img/icon_palette.jpg new file mode 100644 index 00000000..1ea9ac4a --- /dev/null +++ b/js/panels/color/colorpanelpopup.reel/img/icon_palette.jpg | |||
Binary files differ | |||