aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/collections')
-rw-r--r--src/client/views/collections/CollectionLinearView.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionLinearView.scss b/src/client/views/collections/CollectionLinearView.scss
index 632f8dbab..dd1e1fbe8 100644
--- a/src/client/views/collections/CollectionLinearView.scss
+++ b/src/client/views/collections/CollectionLinearView.scss
@@ -20,10 +20,10 @@
}
.bottomPopup-background {
- background: rgb(173, 216, 230);
+ background: $light-blue;
padding-right: 14px;
height: 35;
- transform: translate3d(6px, 5px, 0px);
+ transform: translate3d(6px, 0px, 0px);
padding-top: 6.5px;
padding-bottom: 7px;
padding-left: 5px;