aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PresBox.scss
diff options
context:
space:
mode:
authorusodhi <61431818+usodhi@users.noreply.github.com>2020-11-17 19:28:30 +0530
committerusodhi <61431818+usodhi@users.noreply.github.com>2020-11-17 19:28:30 +0530
commit86408e6d93fbe6501694371736fe74b81ed39cf3 (patch)
tree17b89a6209c66284f89e2636a8157435ce1045c0 /src/client/views/nodes/PresBox.scss
parenta002e0e5c5910f78c8f3910ad4101386d30ebf70 (diff)
parent28dccafaa4aa446dd88c1b6f4218a0d7f79fa1bb (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into acls_uv
Diffstat (limited to 'src/client/views/nodes/PresBox.scss')
-rw-r--r--src/client/views/nodes/PresBox.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/client/views/nodes/PresBox.scss b/src/client/views/nodes/PresBox.scss
index 9a8b861ba..de2aee8fa 100644
--- a/src/client/views/nodes/PresBox.scss
+++ b/src/client/views/nodes/PresBox.scss
@@ -56,11 +56,14 @@ $light-background: #ececec;
letter-spacing: 0;
display: flex;
align-items: center;
+ justify-content: center;
transition: 0.5s;
}
.toolbar-button.active {
color: $light-blue;
+ background-color: white;
+ border-radius: 100%;
}
.toolbar-transitionButtons {
@@ -128,7 +131,6 @@ $light-background: #ececec;
position: relative;
display: inline;
font-family: Roboto;
- color: black;
z-index: 100;
transition: 0.7s;
@@ -509,6 +511,7 @@ $light-background: #ececec;
background-color: $light-background;
border: solid 1px rgba(0, 0, 0, 0.5);
display: flex;
+ color: black;
margin-top: 5px;
margin-bottom: 5px;
border-radius: 5px;
@@ -569,6 +572,7 @@ $light-background: #ececec;
border-radius: 5px;
font-size: 10;
height: 25;
+ color: black;
padding-left: 5px;
align-items: center;
margin-top: 5px;
@@ -997,6 +1001,7 @@ $light-background: #ececec;
transition: all 0.2s;
.presPanel-button-text {
+ cursor: pointer;
display: flex;
height: 20;
width: max-content;
@@ -1049,6 +1054,7 @@ $light-background: #ececec;
.presPanel-button:hover {
background-color: #5a5a5a;
+ transform: scale(1.2);
}
.presPanel-button-text:hover {