diff options
| author | bob <bcz@cs.brown.edu> | 2019-07-10 16:53:21 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-07-10 16:53:21 -0400 |
| commit | 63cb729640fb9c1a027c6c6008766f336dad2185 (patch) | |
| tree | 952d857d00418bf9756f423920640d3c73a858de /src/client/views | |
| parent | 4fb942ccc008f0952833b809be6301a5405bfe20 (diff) | |
| parent | abb53ad8a5cbf2439aac420e9ec16a3a461dec1e (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views')
| -rw-r--r-- | src/client/views/collections/CollectionDockingView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionDockingView.tsx b/src/client/views/collections/CollectionDockingView.tsx index d477f96f0..57964442d 100644 --- a/src/client/views/collections/CollectionDockingView.tsx +++ b/src/client/views/collections/CollectionDockingView.tsx @@ -426,6 +426,7 @@ export class CollectionDockingView extends React.Component<SubCollectionViewProp stackCreated = (stack: any) => { //stack.header.controlsContainer.find('.lm_popout').hide(); + stack.header.element[0].style.backgroundColor = DocServer.isReadOnly() ? "#228540" : undefined; stack.header.controlsContainer.find('.lm_close') //get the close icon .off('click') //unbind the current click handler .click(action(function () { |
