aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PresBox.scss
diff options
context:
space:
mode:
authorgeireann <60007097+geireann@users.noreply.github.com>2020-11-30 16:21:56 +0800
committergeireann <60007097+geireann@users.noreply.github.com>2020-11-30 16:21:56 +0800
commit5f23e030769a4b5fdfc0bb7c965aa5cb2474a393 (patch)
tree083788b8353a6a3d169554e996c99de28dcd5615 /src/client/views/nodes/PresBox.scss
parentaa55078a032fafb9c24d4a195d11770fb0130222 (diff)
fixes and minor changes to temporal media settings in pres. trails
Diffstat (limited to 'src/client/views/nodes/PresBox.scss')
-rw-r--r--src/client/views/nodes/PresBox.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/nodes/PresBox.scss b/src/client/views/nodes/PresBox.scss
index 6579dbf41..7cb304f13 100644
--- a/src/client/views/nodes/PresBox.scss
+++ b/src/client/views/nodes/PresBox.scss
@@ -1,6 +1,7 @@
$light-blue: #AEDDF8;
$dark-blue: #5B9FDD;
$light-background: #ececec;
+$dark-grey: #656565;
.presBox-cont {
cursor: auto;
@@ -629,7 +630,7 @@ $light-background: #ececec;
position: relative;
font-size: 13;
padding-bottom: 10px;
- border-bottom: solid 1px darkgrey;
+ border-bottom: solid 1px $dark-grey;
.presBox-dropdown:hover {
border: solid 1px $dark-blue;