aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PresBox.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-11-06 11:27:15 -0500
committerGitHub <noreply@github.com>2020-11-06 11:27:15 -0500
commitcecbf1d57412c0db3b0165f2e180fb5924a29ba8 (patch)
treef59e6b1bf32b03ceae4d330eae39be12f10748f5 /src/client/views/nodes/PresBox.scss
parentd3e15778ae7d878f8bbd71a81d5ed77f641a3a1b (diff)
parent70d6aebaa5187332a6593a87aede54cd5d47a757 (diff)
Merge pull request #928 from browngraphicslab/presentation_v1
Presentation v1
Diffstat (limited to 'src/client/views/nodes/PresBox.scss')
-rw-r--r--src/client/views/nodes/PresBox.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/views/nodes/PresBox.scss b/src/client/views/nodes/PresBox.scss
index a89bc73c6..de2aee8fa 100644
--- a/src/client/views/nodes/PresBox.scss
+++ b/src/client/views/nodes/PresBox.scss
@@ -131,7 +131,6 @@ $light-background: #ececec;
position: relative;
display: inline;
font-family: Roboto;
- color: black;
z-index: 100;
transition: 0.7s;
@@ -512,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;
@@ -572,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;
@@ -1053,6 +1054,7 @@ $light-background: #ececec;
.presPanel-button:hover {
background-color: #5a5a5a;
+ transform: scale(1.2);
}
.presPanel-button-text:hover {