From: jdeveloper Date: Tue, 19 Nov 2013 10:10:34 +0000 (+0100) Subject: Added color picker plugin X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6803551efad3896dd79d4728ab1e8688f4af7662;p=KiwiIRC.git Added color picker plugin --- diff --git a/client/assets/css/custom.css b/client/assets/css/custom.css new file mode 100644 index 0000000..fa09e0a --- /dev/null +++ b/client/assets/css/custom.css @@ -0,0 +1 @@ +#kiwi .controlbox .input_tools .active { margin:0 1em; display:inline; background-color: #DEDEDE} \ No newline at end of file diff --git a/client/assets/img/color_picker.png b/client/assets/img/color_picker.png new file mode 100644 index 0000000..809fb00 Binary files /dev/null and b/client/assets/img/color_picker.png differ diff --git a/client/assets/plugins/bold.html b/client/assets/plugins/bold.html new file mode 100644 index 0000000..7b97e2e --- /dev/null +++ b/client/assets/plugins/bold.html @@ -0,0 +1,41 @@ + \ No newline at end of file diff --git a/client/assets/plugins/font_color.html b/client/assets/plugins/font_color.html new file mode 100644 index 0000000..3aae5c2 --- /dev/null +++ b/client/assets/plugins/font_color.html @@ -0,0 +1,85 @@ + + +
+ + +
+ + \ No newline at end of file