mirror of https://github.com/node-red/node-red.git
Editor buttons should have same border colour as other input elements
parent
add541f67f
commit
ed1b601a84
|
@ -34,7 +34,7 @@
|
|||
display: inline-block;
|
||||
color: $workspace-button-color;
|
||||
background: $workspace-button-background;
|
||||
border: 1px solid $secondary-border-color;
|
||||
border: 1px solid $form-input-border-color;
|
||||
text-align: center;
|
||||
margin:0;
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Reference in New Issue