aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
diff options
context:
space:
mode:
authoranika-ahluwalia <anika.ahluwalia@gmail.com>2020-07-24 16:32:45 -0500
committeranika-ahluwalia <anika.ahluwalia@gmail.com>2020-07-24 16:32:45 -0500
commitee3d12fbf6306da958ae6546260921f5fee5553b (patch)
treeed03386af98f497700fc221ccf320d176858ac1c /src/client/views/collections
parent649470762c722eea1067e30d2f35aedcf84a369c (diff)
changing menu layout
Diffstat (limited to 'src/client/views/collections')
-rw-r--r--src/client/views/collections/collectionFreeForm/PropertiesView.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/PropertiesView.scss b/src/client/views/collections/collectionFreeForm/PropertiesView.scss
index e6bc3f15a..b40a08086 100644
--- a/src/client/views/collections/collectionFreeForm/PropertiesView.scss
+++ b/src/client/views/collections/collectionFreeForm/PropertiesView.scss
@@ -5,7 +5,7 @@
font-family: "Noto Sans";
cursor: auto;
- //overflow-y: scroll;
+ overflow-y: scroll;
.propertiesView-title {
background-color: rgb(159, 159, 159);
@@ -76,6 +76,7 @@
&:hover {
background-color: rgb(158, 158, 158);
+ cursor: pointer;
}
}
@@ -87,6 +88,7 @@
&:hover {
color: rgb(131, 131, 131);
+ cursor: pointer;
}
}
@@ -124,6 +126,10 @@
border: none;
background-color: inherit;
width: 75px;
+
+ &:hover {
+ cursor: pointer;
+ }
}
}