1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

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

View File

@ -108,7 +108,7 @@
zIndex: 101, zIndex: 101,
"border-left": "1px solid #ccc", "border-left": "1px solid #ccc",
"border-top": "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)" "box-shadow": "-1px 0 3px rgba(0,0,0,0.1)"
}); });