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

change msg box border to blue when editing. Unfortunately this is hardcoded...

change msg box border to blue when editing. Unfortunately this is hardcoded (need to look into perhaps using a mask to make it theme-able)
parent 6d62a3f3
No related branches found
No related tags found
No related merge requests found
......@@ -8,5 +8,5 @@
preserveAspectRatio="none"
>
<polyline vector-effect="non-scaling-stroke" fill="none" stroke="black" stroke-width="1" points="0 0 10 0 0 2 0 8 10 10 0 10"></polyline>
<polyline vector-effect="non-scaling-stroke" fill="none" stroke="blue" stroke-width="1" points="0 0 10 0 0 2 0 8 10 10 0 10"></polyline>
</svg>
......@@ -8,5 +8,5 @@
preserveAspectRatio="none"
>
<polyline vector-effect="non-scaling-stroke" fill="none" stroke="black" stroke-width="1" points="10 0 0 0 0 10 10 10"></polyline>
<polyline vector-effect="non-scaling-stroke" fill="none" stroke="blue" stroke-width="1" points="10 0 0 0 0 10 10 10"></polyline>
</svg>
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