diff options
| author | bob <bcz@cs.brown.edu> | 2019-07-12 14:01:03 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-07-12 14:01:03 -0400 |
| commit | d7f84cf69a34d7f176d72452311183303a489eca (patch) | |
| tree | 23efcecb25028c31e580377d56a19e8812aa9f9e /src/client/views/collections/CollectionBaseView.scss | |
| parent | 5dcac451c4ea52a3273ed67fdd0b9151379c6059 (diff) | |
changed a bunch of style/color things with treeView and toolbar
Diffstat (limited to 'src/client/views/collections/CollectionBaseView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionBaseView.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionBaseView.scss b/src/client/views/collections/CollectionBaseView.scss index 1f5acb96a..34bcb705e 100644 --- a/src/client/views/collections/CollectionBaseView.scss +++ b/src/client/views/collections/CollectionBaseView.scss @@ -1,11 +1,12 @@ @import "../globalCssVariables"; #collectionBaseView { border-width: 0; - box-shadow: $intermediate-color 0.2vw 0.2vw 0.8vw; border-color: $light-color-secondary; border-style: solid; border-radius: 0 0 $border-radius $border-radius; box-sizing: border-box; border-radius: inherit; pointer-events: all; + width:100%; + height:100%; }
\ No newline at end of file |
