Hallo Michael,

For the colors and stuff, have a look at /templates/query.css
-> iquery

The parameters for the mouse follow options are in
/javascript/src/pm.query.js
-> showIQueryResults function
You shouldn't modify this function there (as the compiled js is used
instead of the sources), but add your modified function into the custom.js
file in your config folder, starting with
$.extend(PM.Query,
{
   showIQueryResults: function(queryResult) {

Hope that helps!

++
Chris




On Mon, Apr 29, 2013 at 11:57 AM, Michael Grün <gru...@uni-trier.de> wrote:

> Hi everybody,
>
> I want to change some characters of auto-identify (tool tip):
> - background transparent
> - background color brighter
> - position of tool tip-window on mouse following (if possible)
>
> Which files do I have to change, I've checked and tried in .css files,
> pm-cjs.js....nothing changed.
>
> Thanx for any hints, Michael
> ---------------------------
>
>
>
>
> ------------------------------------------------------------------------------
> Try New Relic Now & We'll Send You this Cool Shirt
> New Relic is the only SaaS-based application performance monitoring service
> that delivers powerful full stack analytics. Optimize and monitor your
> browser, app, & servers with just a few lines of code. Try New Relic
> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
> _______________________________________________
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to