aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesButtons.scss
diff options
context:
space:
mode:
authorGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2021-09-23 15:09:32 -0400
committerGitHub <noreply@github.com>2021-09-23 15:09:32 -0400
commit281ea90236adb8cb3ff8db7ddc76a466a8641bcd (patch)
treebe9a5086596e33c269857c9ead0293719786035e /src/client/views/PropertiesButtons.scss
parent26e265c6fc4950b859724aa2c0fbe6a028a56bfc (diff)
parentd5f9533d153e11e24d2ab7c03b4561170f0768fe (diff)
Merge branch 'master' into linking-anh
Diffstat (limited to 'src/client/views/PropertiesButtons.scss')
-rw-r--r--src/client/views/PropertiesButtons.scss50
1 files changed, 35 insertions, 15 deletions
diff --git a/src/client/views/PropertiesButtons.scss b/src/client/views/PropertiesButtons.scss
index 484522bc7..36b2df73e 100644
--- a/src/client/views/PropertiesButtons.scss
+++ b/src/client/views/PropertiesButtons.scss
@@ -44,14 +44,15 @@ $linkGap : 3px;
}
}
.propertiesButtons-linkButton-empty.toggle-on {
- background-color: white;
- color: $dark-gray;
+ background-color: $medium-blue;
+ color: $white;
}
.propertiesButtons-linkButton-empty.toggle-hover {
- background-color: gray;
- color: $dark-gray;
+ background-color: $light-blue;
+ color: $black;
}
.propertiesButtons-linkButton-empty.toggle-off {
+ background-color: $dark-gray;
color: white;
}
@@ -67,10 +68,12 @@ $linkGap : 3px;
}
.onClickFlyout-editScript {
+ cursor: pointer;
text-align: center;
- border: 0.5px solid grey;
+ margin-top: 5px;
+ border: 0.5px solid $medium-gray;
background-color: rgb(230, 230, 230);
- border-radius: 9px;
+ border-radius: 5px;
padding: 4px;
}
@@ -84,9 +87,32 @@ $linkGap : 3px;
margin-bottom: 8px;
}
+.propertiesButton-dropdownList {
+ width: 100%;
+ height: fit-content;
+ top: 100%;
+ z-index: 21;
+
+ .list-item {
+ cursor: pointer;
+ color: $black;
+ width: 100%;
+ height: 25px;
+ font-weight: 400;
+ display: flex;
+ justify-content: left;
+ align-items: center;
+ padding-left: 5px;
+ }
+
+ .list-item:hover {
+ background-color: lightgrey;
+ }
+}
+
.propertiesButtons-title {
- background: #121721;
- color: white;
+ background: $dark-gray;
+ color: $white;
font-size: 6px;
width: 37px;
padding: 3px;
@@ -111,17 +137,11 @@ $linkGap : 3px;
margin-left: 4px;
&:hover {
- background: $medium-gray;
- transform: scale(1.05);
+ filter:brightness(0.85);
cursor: pointer;
}
}
-.propertiesButtons-linker:hover {
- cursor: pointer;
- transform: scale(1.05);
-}
-
@-moz-keyframes spin {
100% {