diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-24 18:09:48 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-24 18:09:48 -0400 |
| commit | 2e4ab06f38323bba06a4d77c04da1507bac5657f (patch) | |
| tree | 26daaa5b4f8c76a7e990a9ad81d6cdcae9108e71 /src/client/views/collections/collectionFreeForm/PropertiesView.scss | |
| parent | 385fc8bbcb36b5f062f0202a4fb74bcfba00b150 (diff) | |
moved contexts from properties button to properties view section
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/PropertiesView.scss')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/PropertiesView.scss | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/PropertiesView.scss b/src/client/views/collections/collectionFreeForm/PropertiesView.scss index e3ced887d..254afeb0a 100644 --- a/src/client/views/collections/collectionFreeForm/PropertiesView.scss +++ b/src/client/views/collections/collectionFreeForm/PropertiesView.scss @@ -394,6 +394,40 @@ cursor: auto; } } + .propertiesView-contexts { + + .propertiesView-contexts-title { + font-weight: bold; + font-size: 12.5px; + padding: 4px; + display: flex; + color: white; + padding-left: 8px; + background-color: rgb(51, 51, 51); + + &:hover { + cursor: pointer; + } + + .propertiesView-contexts-title-icon { + float: right; + justify-items: right; + align-items: flex-end; + margin-left: auto; + margin-right: 9px; + + &:hover { + cursor: pointer; + } + } + } + + .propertiesView-contexts-content { + overflow: hidden; + padding: 10px; + } + + } .propertiesView-layout { |
