aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/presentationview/PresElementBox.scss
diff options
context:
space:
mode:
authorGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2020-08-02 23:30:12 +0800
committerGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2020-08-02 23:30:12 +0800
commit1987cf9c4585fce9fe897c5146ebed1bf45ecd64 (patch)
treeadf4adcfd0dfae6b4d796bcc1d78bd3f2a04aad7 /src/client/views/presentationview/PresElementBox.scss
parentaf592ffc89be5f7026f38ddec89956de9c001ed3 (diff)
internal nav in topmost collection
Diffstat (limited to 'src/client/views/presentationview/PresElementBox.scss')
-rw-r--r--src/client/views/presentationview/PresElementBox.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/presentationview/PresElementBox.scss b/src/client/views/presentationview/PresElementBox.scss
index c87a1583a..159cb5f8a 100644
--- a/src/client/views/presentationview/PresElementBox.scss
+++ b/src/client/views/presentationview/PresElementBox.scss
@@ -2,7 +2,7 @@
display: grid;
grid-template-columns: max-content max-content max-content;
background-color: #d5dce2;
- box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
+ // box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
position: relative;
pointer-events: all;
width: 100%;
@@ -44,7 +44,7 @@
.presElementBox-item:hover {
transition: all .1s;
- background: #AAAAAA;
+ background: #98b7da;
border-radius: 6px;
}