1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Editor buttons should have same border colour as other input elements

This commit is contained in:
Nick O'Leary 2016-05-31 13:09:27 +01:00
parent add541f67f
commit ed1b601a84

View File

@ -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;