Decrease opacity of flow-navigator

This commit is contained in:
Nick O'Leary 2018-10-03 14:13:36 +01:00
parent 6c65d3830e
commit 6cb3699ee9
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@
zIndex: 101,
"border-left": "1px solid #ccc",
"border-top": "1px solid #ccc",
background: "rgba(245,245,245,0.5)",
background: "rgba(245,245,245,0.8)",
"box-shadow": "-1px 0 3px rgba(0,0,0,0.1)"
});