From e4b190d80d35960b587c4228838ed64d7740d6c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Tue, 7 Nov 2017 15:12:11 +0100 Subject: [PATCH] small bg colour fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/styles.scss | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/core/css/styles.scss b/core/css/styles.scss index 8ca1a6beea..fe170f3fe3 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -1145,9 +1145,6 @@ code { #oc-dialog-filepicker-content { .dirtree { width: 92%; - float: left; - margin-left: 15px; - overflow: hidden; div:first-child a { background-image: url('../img/places/home.svg?v=1'); background-repeat: no-repeat; @@ -1182,7 +1179,7 @@ code { display: none; } .filelist { - background-color: white; + background-color: $color-main-background; width: 100%; } #filestable.filelist { @@ -1389,7 +1386,7 @@ span.ui-icon { } /* ---- BREADCRUMB ---- */ -div.breadcrumb { +.breadcrumb { display: inline-flex; } div.crumb { @@ -1401,6 +1398,7 @@ div.crumb { background-size: auto 24px; flex: 0 0 auto; order: 1; + padding-right: 7px; &.crumbmenu { order: 2; position: relative; @@ -1425,7 +1423,7 @@ div.crumb { > a, > span { position: relative; - padding: 12px 24px 12px 17px; + padding: 12px; opacity: 0.5; text-overflow: ellipsis; white-space: nowrap;