Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
02-24-2020 12:54 PM
Hi,
Is there any way to change Neo4j browser result pane background to white?
Currently this is "#F9FBFD" color. I do not see anywhere in css file (result of :style command)
node {
diameter: 50px;
color: #A5ABB6;
border-color: #9AA1AC;
border-width: 2px;
text-color-internal: #FFFFFF;
font-size: 10px;
}
relationship {
color: #A5ABB6;
shaft-width: 1px;
font-size: 8px;
padding: 3px;
text-color-external: #000000;
text-color-internal: #FFFFFF;
caption: "<type>";
}
node.* {
color: #C990C0;
border-color: #b261a5;
text-color-internal: #FFFFFF;
defaultCaption: "<id>";
}
node.client {
color: #F79767;
border-color: #f36924;
text-color-internal: #FFFFFF;
defaultCaption: "<id>";
caption: "{client_name}";
}
node.product {
color: #57C7E3;
border-color: #23b3d7;
text-color-internal: #FFFFFF;
caption: "{product_name}";
}
GRASS file can have name to upload (just extension matters?)?
Regards,
02-25-2020 06:57 AM
Hi @Gosforth,
maybe this resolve your problems
http://guides.neo4j.com/browser.html
02-25-2020 07:40 AM
Thanks but I've seen that. I cannot find section about body color.
02-26-2020 07:27 AM
Run :style and copy the style to a file with the extension .grass.
Modify it and drag that file and drop it back on the browser.
02-26-2020 09:33 AM
There's no body background-color there.
02-28-2020 01:08 PM
Not sure how but for me its white.
03-03-2020 06:10 AM
So. I don't have any ideas how can changes. Maybe plugins for browser?
All the sessions of the conference are now available online