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

fix text entry box styles

parent 66b7a814
No related branches found
No related tags found
No related merge requests found
...@@ -112,7 +112,7 @@ mark.console_find_highlighted { ...@@ -112,7 +112,7 @@ mark.console_find_highlighted {
/* selected connection between objects */ /* selected connection between objects */
.cord.signal.selected_line, .cord.signal.selected_line,
.cord.control.selected_line { .cord.control.selected_line {
stroke: blue; stroke: #e87216;
} }
#cord_inspector_rect { #cord_inspector_rect {
...@@ -162,7 +162,7 @@ mark.console_find_highlighted { ...@@ -162,7 +162,7 @@ mark.console_find_highlighted {
} }
#new_object_textentry.obj { #new_object_textentry.obj {
outline: 1px solid blue; outline: 1px solid #e87216;
} }
/* We're dynamically creating the svg background data in javascript /* We're dynamically creating the svg background data in javascript
...@@ -172,7 +172,7 @@ mark.console_find_highlighted { ...@@ -172,7 +172,7 @@ mark.console_find_highlighted {
in the style sheet and retrieve it in javascript when we build the svg in the style sheet and retrieve it in javascript when we build the svg
background. */ background. */
#new_object_textentry.msg { #new_object_textentry.msg {
outline: 0px solid blue; outline: 0px solid #e87216;
/* background-image: url(../msg-box.svg); */ /* background-image: url(../msg-box.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