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` ...@@ -80,7 +80,6 @@ const css = csjs`
} }
.expandCollapseButton {} .expandCollapseButton {}
.arrow { .arrow {
margin-right : 15px;
color : ${styles.appProperties.icon_Color}; color : ${styles.appProperties.icon_Color};
font-weight : bold; font-weight : bold;
cursor : pointer; cursor : pointer;
......
...@@ -78,7 +78,10 @@ var css = csjs` ...@@ -78,7 +78,10 @@ var css = csjs`
} }
.contractActions { .contractActions {
} }
.instanceButton {} .instanceButton {
border-radius: 3px;
border: .3px solid hsla(0, 82%, 82%, .5);
}
.closeIcon { .closeIcon {
font-size: 12px; font-size: 12px;
cursor: pointer; cursor: pointer;
...@@ -157,7 +160,8 @@ var css = csjs` ...@@ -157,7 +160,8 @@ var css = csjs`
border: 1px solid ${styles.appProperties.solidBorderBox_BorderColor}; border: 1px solid ${styles.appProperties.solidBorderBox_BorderColor};
padding: 0px 5px 5px 0px; padding: 0px 5px 5px 0px;
background-color: ${styles.appProperties.primary_BackgroundColor}; background-color: ${styles.appProperties.primary_BackgroundColor};
width: 100%; width: 99%;
border-radius: 3px;
} }
.multiHeader { .multiHeader {
text-align: left; 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