Skip to content

Commit

Permalink
Fix background for execution streams buttons (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumebort authored Jul 11, 2017
1 parent a779434 commit 54cafa1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions core/src/main/javascript/app/pages/Execution.js
Original file line number Diff line number Diff line change
Expand Up @@ -387,15 +387,17 @@ const styles = {
fontSize: "22px",
position: "absolute",
right: "20px",
top: "10px"
top: "10px",
background: "rgba(35, 37, 47, 0.65)"
},
autoScrollButton: {
cursor: "pointer",
color: "#fff",
fontSize: "22px",
position: "absolute",
right: "46px",
top: "10px"
top: "10px",
background: "rgba(35, 37, 47, 0.65)"
},
activeAutoScroll: {
color: "#66cb63"
Expand Down

0 comments on commit 54cafa1

Please sign in to comment.