diff options
| author | srichman333 <sarah_n_richman@brown.edu> | 2023-06-14 15:02:39 -0400 |
|---|---|---|
| committer | srichman333 <sarah_n_richman@brown.edu> | 2023-06-14 15:02:39 -0400 |
| commit | 20d217d825891cf29a432a048d1f8e7bc04d062a (patch) | |
| tree | b1e2a44dc8a3a3210b9f88b1abac18186bf3c6bb /src/client/views/PropertiesView.scss | |
| parent | 0d5cf9f0d269b38894bb79cc187e8f0d50797f59 (diff) | |
PropertiesView changes - colors on all permissions and fixed bug with when the drop down arrow is displayed
Diffstat (limited to 'src/client/views/PropertiesView.scss')
| -rw-r--r-- | src/client/views/PropertiesView.scss | 35 |
1 files changed, 22 insertions, 13 deletions
diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss index 71107a5f9..3cf7f2546 100644 --- a/src/client/views/PropertiesView.scss +++ b/src/client/views/PropertiesView.scss @@ -164,23 +164,29 @@ margin-right: 10px; width: 92%; - & .propertiesView-shareDropDownNone, - .propertiesView-shareDropDownAdmin{ - padding: 5px; + & .propertiesView-shareDropDownNone{ + height: 16px; + padding: 0px; + padding-left: 3px; background: grey; color: rgb(71, 71, 71); border-radius: 6px; border: 1px solid rgb(71, 71, 71); } - & .propertiesView-shareDropDownEdit{ - padding: 5px; + & .propertiesView-shareDropDownEdit, + .propertiesView-shareDropDownAdmin{ + height: 16px; + padding: 0px; + padding-left: 3px; background: rgb(235, 235, 145); color: rgb(75, 75, 5); border-radius: 6px; border: 1px solid rgb(75, 75, 5); } & .propertiesView-shareDropDownAugment{ - padding: 5px; + height: 16px; + padding: 0px; + padding-left: 3px; background: rgb(160, 230, 160); color:rgb(19, 80, 19); border-radius: 6px; @@ -188,14 +194,18 @@ } & .propertiesView-shareDropDownView{ - padding: 5px; + height: 16px; + padding: 0px; + padding-left: 3px; background: rgb(161, 161, 238); color: rgb(25, 25, 101); border-radius: 6px; border: 1px solid rgb(25, 25, 101); } & .propertiesView-shareDropDownNot-Shared{ - padding: 5px; + height: 16px; + padding: 0px; + padding-left: 3px; background: rgb(210, 143, 143); color: rgb(138, 47, 47); border-radius: 6px; @@ -360,13 +370,13 @@ } .expansion-button { - margin-left: -20; + margin-left: 0; .expansion-button-icon { width: 11px; height: 11px; color: black; - margin-left: 27px; + margin-left: -15px; &:hover { color: rgb(131, 131, 131); @@ -410,6 +420,8 @@ .propertiesView-sharingTable-item-permission { display: flex; + position: fixed; + right: 30px; align-items: flex-end; margin-left: auto; } @@ -427,9 +439,6 @@ background: inherit; text-align: justify; // for Edge text-align-last: end; - &:hover { - cursor: pointer; - } } .propertiesView-fields { |
