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:
parent
6c65d3830e
commit
6cb3699ee9
@ -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)"
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user