From 20d217d825891cf29a432a048d1f8e7bc04d062a Mon Sep 17 00:00:00 2001 From: srichman333 Date: Wed, 14 Jun 2023 15:02:39 -0400 Subject: PropertiesView changes - colors on all permissions and fixed bug with when the drop down arrow is displayed --- src/client/views/PropertiesView.scss | 35 ++++++++++++++++++++++------------- 1 file changed, 22 insertions(+), 13 deletions(-) (limited to 'src/client/views/PropertiesView.scss') 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 { -- cgit v1.2.3-70-g09d2