/colorpicker_action
wrapper to access colorpicker also from site

Sourcecode in Site/actions.js:
1:   function colorpicker_action() {
2:      res.handlers.site = this;
3:      root.colorpicker_action();
4:      return;
5:   }