Skip to content
Snippets Groups Projects
Commit 17e6542f authored by Valentin Perrelle's avatar Valentin Perrelle Committed by David Bühler
Browse files

[Dive] Functions and Files compounds are more discrete

parent 1847a8a9
No related branches found
No related tags found
No related merge requests found
......@@ -74,27 +74,28 @@
}
},
{
"selector": ".function",
"selector": ".function, .file",
"style": {
"shape": "rectangle",
"background-color": "#bbb",
"text-outline-width": 1,
"font-size": "11px",
"background-opacity" : 0.4,
"text-valign" : "top",
"text-halign" : "center",
"padding" : "10px",
"padding" : "18px",
"border-width": 1
}
},
{
"selector": ".function",
"style": {
"background-color": "#bbb"
}
},
{
"selector": ".file",
"style": {
"shape": "rectangle",
"background-color": "#ddd",
"background-opacity" : 0.4,
"text-valign" : "top",
"text-halign" : "center",
"padding" : "10px",
"border-width": 1
"background-color": "#ddd"
}
},
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment