1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/b27fc53fd92f/ Changeset: b27fc53fd92f User: james_taylor Date: 2013-05-31 17:01:01 Summary: workflow: fix border color for selected workflow nodes and slight change in node position on selection/unselection Affected #: 2 files diff -r 7b4ce21a008f1140cdcd042ad4a286f362de0641 -r b27fc53fd92f7c306530fd878177c403dd3b1882 static/style/base.less --- a/static/style/base.less +++ b/static/style/base.less @@ -652,6 +652,10 @@ .toolForm.toolFormInCanvas { border: solid @form_border 1px; + &.toolForm-active { + border: solid @blue 3px; + margin: 4px; + } .toolFormTitle { font-size: @baseFontSize; line-height: @baseLineHeight; diff -r 7b4ce21a008f1140cdcd042ad4a286f362de0641 -r b27fc53fd92f7c306530fd878177c403dd3b1882 static/style/blue/base.css --- a/static/style/blue/base.css +++ b/static/style/blue/base.css @@ -969,7 +969,8 @@ div.toolFormDisabled{border-color:#999999;} div.toolHelp{margin-top:15px;padding:5px;} div.toolHelpBody{width:100%;} -.toolForm.toolFormInCanvas{border:solid #d8b365 1px;}.toolForm.toolFormInCanvas .toolFormTitle{font-size:12px;line-height:16px;} +.toolForm.toolFormInCanvas{border:solid #d8b365 1px;}.toolForm.toolFormInCanvas.toolForm-active{border:solid blue 3px;margin:4px;} +.toolForm.toolFormInCanvas .toolFormTitle{font-size:12px;line-height:16px;} div.form-title,div.toolFormTitle{font-size:15px;line-height:24px;padding:5px 10px;background:#ebd9b2;border-bottom:solid #d8b365 1px;} div.form-body{padding:5px 0;} div.form-row{padding:5px 10px;} Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.