aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionLinearView.scss
diff options
context:
space:
mode:
authordinhanhtruong <70963346+dinhanhtruong@users.noreply.github.com>2021-07-24 17:00:31 -0400
committerdinhanhtruong <70963346+dinhanhtruong@users.noreply.github.com>2021-07-24 17:00:31 -0400
commit50f4eaf02d32560ad324acd72b9021b480c11a9c (patch)
tree754b41b59440aac565d53599d5b4973f864d7a1d /src/client/views/collections/CollectionLinearView.scss
parent98d01d622bb4f7093967d7040021f316d2faeaf8 (diff)
refreshed linking status bar css, linkmenu css
Diffstat (limited to 'src/client/views/collections/CollectionLinearView.scss')
-rw-r--r--src/client/views/collections/CollectionLinearView.scss12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/client/views/collections/CollectionLinearView.scss b/src/client/views/collections/CollectionLinearView.scss
index ec8805907..632f8dbab 100644
--- a/src/client/views/collections/CollectionLinearView.scss
+++ b/src/client/views/collections/CollectionLinearView.scss
@@ -20,6 +20,7 @@
}
.bottomPopup-background {
+ background: rgb(173, 216, 230);
padding-right: 14px;
height: 35;
transform: translate3d(6px, 5px, 0px);
@@ -29,10 +30,11 @@
}
.bottomPopup-text {
+ color: black;
display: inline;
white-space: nowrap;
padding-left: 8px;
- padding-right: 4px;
+ padding-right: 20px;
vertical-align: middle;
font-size: 12.5px;
}
@@ -43,8 +45,8 @@
padding-left: 8px;
padding-right: 8px;
vertical-align: middle;
- background-color: lightgrey;
- border-radius: 5.5px;
+ background-color: #efefef;
+ border-radius: 3px;
color: black;
margin-right: 5px;
}
@@ -55,8 +57,8 @@
padding-left: 8px;
padding-right: 8px;
vertical-align: middle;
- background-color: lightgrey;
- border-radius: 5.5px;
+ background-color: #f3b6b6;
+ border-radius: 3px;
color: black;
}