diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-02-08 02:19:56 -0500 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-02-08 02:19:56 -0500 |
commit | d3abbcfc975247839b587b37cabd4f07db73f28c (patch) | |
tree | 1c92ac8bc1c7c751335c04760631bcee586392de /src/client/views/nodes/ContentFittingDocumentView.scss | |
parent | 97f9b36639fbe13118cf1bad101cf547a83a0147 (diff) |
cleaned up links on images. fixed axis sorting on pivot views. fixed dragging link button
Diffstat (limited to 'src/client/views/nodes/ContentFittingDocumentView.scss')
-rw-r--r-- | src/client/views/nodes/ContentFittingDocumentView.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/ContentFittingDocumentView.scss b/src/client/views/nodes/ContentFittingDocumentView.scss index 2801af441..eb2d93b9a 100644 --- a/src/client/views/nodes/ContentFittingDocumentView.scss +++ b/src/client/views/nodes/ContentFittingDocumentView.scss @@ -19,6 +19,6 @@ .documentView-node:first-child { position: relative; - background: $light-color; + background: "#B59B66"; //$light-color; } }
\ No newline at end of file |