diff options
author | bobzel <zzzman@gmail.com> | 2023-07-18 12:58:01 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-07-18 12:58:01 -0400 |
commit | d74a44eb43c97118939359d3f59bc5a57a20953d (patch) | |
tree | 1e9b0b0a2fcc68450a76711d23f682a013939c70 /src/client/views/MainView.scss | |
parent | cc36dc14d32ee15727ed6153b019e80586b8285e (diff) | |
parent | b62a751b6a16acd28b4f9a9794ded6ea14fa0de8 (diff) |
Merge branch 'master' of https://github.com/brown-dash/Dash-Web
Diffstat (limited to 'src/client/views/MainView.scss')
-rw-r--r-- | src/client/views/MainView.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/client/views/MainView.scss b/src/client/views/MainView.scss index e33054c8e..0c377730e 100644 --- a/src/client/views/MainView.scss +++ b/src/client/views/MainView.scss @@ -185,6 +185,17 @@ h1, background: $light-gray; } } + + .propertiesView { + left: 0; + position: absolute; + z-index: 2; + background-color: linen;//$light-gray; + + .editable-title { + background-color: linen;//$light-gray; + } + } } .mainView-libraryHandle { |