summaryrefslogtreecommitdiffstats
path: root/css/public
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-09-05 18:53:24 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-09-05 18:53:24 +0200
commit1a29b32101b5f2e2b14436a0ea8a466a8632bdda (patch)
tree8de57938f5fbeaea0bada8abfa7e75fb2af556ae /css/public
parentc142aa09e6325150767ac9e854293fdab2df443e (diff)
Secondary list same as core
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'css/public')
-rw-r--r--css/public/style.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/public/style.scss b/css/public/style.scss
index 7dd43f63..54af3307 100644
--- a/css/public/style.scss
+++ b/css/public/style.scss
@@ -573,7 +573,7 @@ contactlist .tooltip {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
- border-right: 1px solid nc-darken($color-main-background, 10%);
+ border-right: 1px solid nc-darken($color-main-background, 8%);
}
.app-content-detail {
@@ -595,7 +595,7 @@ contactlist .tooltip {
.app-content-list-item {
position: relative;
height: 68px;
- border-top: 1px solid nc-darken($color-main-background, 10%);
+ border-top: 1px solid nc-darken($color-main-background, 8%);
cursor: pointer;
}
.app-content-list-item:hover,