diff options
| author | bobzel <zzzman@gmail.com> | 2022-03-28 12:20:07 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-03-28 12:20:07 -0400 |
| commit | 2c3264bca271af170b620cfc44ecdfafb77aacc0 (patch) | |
| tree | d147bdee6a2dcb831aa47cc17317820e5068ace0 /src/client/views/nodes/WebBox.scss | |
| parent | e18c52d3937d4dccc2e9284b32bb86b1e7dac45b (diff) | |
enabled dragging documents onto tab bar without shift. modified link pivot document to automatically update when links are added and be a stacking view
Diffstat (limited to 'src/client/views/nodes/WebBox.scss')
| -rw-r--r-- | src/client/views/nodes/WebBox.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/WebBox.scss b/src/client/views/nodes/WebBox.scss index 9d8825ad1..ff38e37dd 100644 --- a/src/client/views/nodes/WebBox.scss +++ b/src/client/views/nodes/WebBox.scss @@ -10,7 +10,7 @@ width: 100%; height: 100%; cursor: ew-resize; - background: yellow; + background: darkgray; } .webBox-background { width: 100%; |
