Commit 8b96a569 authored by ninabreznik's avatar ninabreznik Committed by Rob Stupay

Some more fixes in UI of run tab

parent 37883d1f
......@@ -80,7 +80,6 @@ const css = csjs`
}
.expandCollapseButton {}
.arrow {
margin-right : 15px;
color : ${styles.appProperties.icon_Color};
font-weight : bold;
cursor : pointer;
......
......@@ -78,7 +78,10 @@ var css = csjs`
}
.contractActions {
}
.instanceButton {}
.instanceButton {
border-radius: 3px;
border: .3px solid hsla(0, 82%, 82%, .5);
}
.closeIcon {
font-size: 12px;
cursor: pointer;
......@@ -157,7 +160,8 @@ var css = csjs`
border: 1px solid ${styles.appProperties.solidBorderBox_BorderColor};
padding: 0px 5px 5px 0px;
background-color: ${styles.appProperties.primary_BackgroundColor};
width: 100%;
width: 99%;
border-radius: 3px;
}
.multiHeader {
text-align: left;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment