diff options
| author | bobzel <zzzman@gmail.com> | 2021-12-07 11:23:36 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-12-07 11:23:36 -0500 |
| commit | 639eb465369f89dc541dfbeeaed34dfe133a8810 (patch) | |
| tree | 017cb00e7d5d9565de0a8794a912ef69bbb392e1 /src/client/views/nodes/MapBox/MapBox.scss | |
| parent | 4bad9d544879f5d59becb2c0e22c9ff5800f2890 (diff) | |
restored keeping properties pane open when selection changes. added Doc paraemter to fitWidth() prop function. split MapBoxInfoWindow out of MapBox and added an Add Note button.
Diffstat (limited to 'src/client/views/nodes/MapBox/MapBox.scss')
| -rw-r--r-- | src/client/views/nodes/MapBox/MapBox.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/client/views/nodes/MapBox/MapBox.scss b/src/client/views/nodes/MapBox/MapBox.scss index f275bed54..1714fcaa9 100644 --- a/src/client/views/nodes/MapBox/MapBox.scss +++ b/src/client/views/nodes/MapBox/MapBox.scss @@ -8,6 +8,13 @@ position: unset !important; // when the sidebar filter flys out, this prevents the map from extending outside the document box } + .mapBox-infoWindow { + background-color: white; + opacity: 0.75; + padding: 12; + font-size: 17; + } + .mapBox-overlayButton-sidebar { background: #121721; height: 25px; |
