Skip to content
Snippets Groups Projects
Commit 7b5a0b88 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

update styles for graph fill color when the graph is open

parent e4751623
No related branches found
No related tags found
No related merge requests found
...@@ -231,6 +231,12 @@ text { ...@@ -231,6 +231,12 @@ text {
fill: none; fill: none;
} }
/* Graph (or subpatch) that has been opened to inspect its contents */
.graph.has_window .border {
stroke: #7569d7;
fill: #7569d7;
}
/* border color for selected objects /* border color for selected objects
* an element with the class "border" * an element with the class "border"
* the element is contained within a parent element of class "selected" * the element is contained within a parent element of class "selected"
......
...@@ -234,6 +234,12 @@ text { ...@@ -234,6 +234,12 @@ text {
fill: none; fill: none;
} }
/* Graph (or subpatch) that has been opened to inspect its contents */
.graph.has_window .border {
stroke: black;
fill: gray;
}
/* border color for selected objects /* border color for selected objects
* an element with the class "border" * an element with the class "border"
* the element is contained within a parent element of class "selected" * the element is contained within a parent element of class "selected"
......
...@@ -224,6 +224,12 @@ text { ...@@ -224,6 +224,12 @@ text {
fill: none; fill: none;
} }
/* Graph (or subpatch) that has been opened to inspect its contents */
.graph.has_window .border {
stroke: black;
fill: gray;
}
/* border color for selected objects /* border color for selected objects
* an element with the class "border" * an element with the class "border"
* the element is contained within a parent element of class "selected" * the element is contained within a parent element of class "selected"
......
...@@ -243,6 +243,12 @@ text { ...@@ -243,6 +243,12 @@ text {
fill: none; fill: none;
} }
/* Graph (or subpatch) that has been opened to inspect its contents */
.graph.has_window .border {
stroke: white;
fill: gray;
}
/* border color for selected objects /* border color for selected objects
* an element with the class "border" * an element with the class "border"
* the element is contained within a parent element of class "selected" * the element is contained within a parent element of class "selected"
......
...@@ -233,6 +233,12 @@ text { ...@@ -233,6 +233,12 @@ text {
fill: none; fill: none;
} }
/* Graph (or subpatch) that has been opened to inspect its contents */
.graph.has_window .border {
stroke: #0b560b;
fill: #0b560b;
}
/* border color for selected objects /* border color for selected objects
* an element with the class "border" * an element with the class "border"
* the element is contained within a parent element of class "selected" * the element is contained within a parent element of class "selected"
......
...@@ -232,6 +232,12 @@ text { ...@@ -232,6 +232,12 @@ text {
fill: none; fill: none;
} }
/* Graph (or subpatch) that has been opened to inspect its contents */
.graph.has_window .border {
stroke: black;
fill: #bbb;
}
/* border color for selected objects /* border color for selected objects
* an element with the class "border" * an element with the class "border"
* the element is contained within a parent element of class "selected" * the element is contained within a parent element of class "selected"
......
...@@ -231,6 +231,12 @@ text { ...@@ -231,6 +231,12 @@ text {
fill: none; fill: none;
} }
/* Graph (or subpatch) that has been opened to inspect its contents */
.graph.has_window .border {
stroke: black;
fill: none;
}
/* border color for selected objects /* border color for selected objects
* an element with the class "border" * an element with the class "border"
* the element is contained within a parent element of class "selected" * the element is contained within a parent element of class "selected"
......
...@@ -242,6 +242,12 @@ text { ...@@ -242,6 +242,12 @@ text {
fill: none; fill: none;
} }
/* Graph (or subpatch) that has been opened to inspect its contents */
.graph.has_window .border {
stroke: white;
fill: gray;
}
/* border color for selected objects /* border color for selected objects
* an element with the class "border" * an element with the class "border"
* the element is contained within a parent element of class "selected" * the element is contained within a parent element of class "selected"
......
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