aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocumentDecorations.scss
diff options
context:
space:
mode:
authorsrichman333 <sarah_n_richman@brown.edu>2023-06-14 15:02:39 -0400
committersrichman333 <sarah_n_richman@brown.edu>2023-06-14 15:02:39 -0400
commit20d217d825891cf29a432a048d1f8e7bc04d062a (patch)
treeb1e2a44dc8a3a3210b9f88b1abac18186bf3c6bb /src/client/views/DocumentDecorations.scss
parent0d5cf9f0d269b38894bb79cc187e8f0d50797f59 (diff)
PropertiesView changes - colors on all permissions and fixed bug with when the drop down arrow is displayed
Diffstat (limited to 'src/client/views/DocumentDecorations.scss')
-rw-r--r--src/client/views/DocumentDecorations.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss
index 32bcc872a..a5ebe9d58 100644
--- a/src/client/views/DocumentDecorations.scss
+++ b/src/client/views/DocumentDecorations.scss
@@ -230,14 +230,14 @@ $resizeHandler: 8px;
&:hover {
opacity: 1;
}
- .documentDecorations-shareNone,
- .documentDecorations-shareAdmin{
+ .documentDecorations-shareNone{
width: calc(100% + 10px);
background: grey;
color: rgb(71, 71, 71);
border-color: rgb(71, 71, 71);
}
- .documentDecorations-shareEdit{
+ .documentDecorations-shareEdit,
+ .documentDecorations-shareAdmin{
width: calc(100% + 10px);
background: rgb(235, 235, 145);
color: rgb(75, 75, 5);