From d559c85b6da2fd162ce439a85529ac423d1e35d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maren=20S=C3=BCwer?= Date: Wed, 19 Dec 2018 17:00:21 +0100 Subject: [PATCH] add background color to information of content --- scm-ui/src/repos/sources/containers/Content.js | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/scm-ui/src/repos/sources/containers/Content.js b/scm-ui/src/repos/sources/containers/Content.js index 2c5663da0c..6339c49a3d 100644 --- a/scm-ui/src/repos/sources/containers/Content.js +++ b/scm-ui/src/repos/sources/containers/Content.js @@ -41,6 +41,9 @@ const styles = { isVerticalCenter: { display: "flex", alignItems: "center" + }, + hasBackground: { + backgroundColor: "#FBFBFB" } }; @@ -120,8 +123,14 @@ class Content extends React.Component { const fileSize = file.directory ? "" : ; if (!collapsed) { return ( -
- +
+
{t("sources.content.path")}