From fdc0cfcc790f9e04ae4376ff883f89855246df16 Mon Sep 17 00:00:00 2001 From: Vitaliy Guliy Date: Fri, 25 Mar 2016 14:14:35 +0200 Subject: [PATCH] CHE-106 Padding in the minimap is not enough Signed-off-by: Vitaliy Guliy --- .../che/ide/editor/orion/client/orion-codenvy-theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/plugin-orion/che-plugin-orion-editor/src/main/resources/org/eclipse/che/ide/editor/orion/client/orion-codenvy-theme.css b/plugins/plugin-orion/che-plugin-orion-editor/src/main/resources/org/eclipse/che/ide/editor/orion/client/orion-codenvy-theme.css index 2d07dde3b2..43785a296d 100644 --- a/plugins/plugin-orion/che-plugin-orion-editor/src/main/resources/org/eclipse/che/ide/editor/orion/client/orion-codenvy-theme.css +++ b/plugins/plugin-orion/che-plugin-orion-editor/src/main/resources/org/eclipse/che/ide/editor/orion/client/orion-codenvy-theme.css @@ -116,8 +116,8 @@ font-size: 2px !important; cursor: pointer; box-sizing: border-box; - border-left: 3px solid transparent; - border-right: 3px solid transparent; + border-left: 1px solid transparent; + border-right: 5px solid transparent; } .textviewTooltip { font-family: "Open Sans", sans-serif;