From 05fb7173aae9a99bef2dc43f198d44b432b65f11 Mon Sep 17 00:00:00 2001 From: slhale Date: Wed, 26 Aug 2015 10:44:11 -0700 Subject: [PATCH] [Inpsector] Inspector icon Change from gear to info icon. #73. --- platform/commonUI/general/res/css/theme-espresso.css | 2 +- platform/commonUI/general/res/sass/tree/_pane.scss | 2 +- platform/commonUI/general/res/templates/object-inspector.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/platform/commonUI/general/res/css/theme-espresso.css b/platform/commonUI/general/res/css/theme-espresso.css index 070b856133..b18169c6c2 100644 --- a/platform/commonUI/general/res/css/theme-espresso.css +++ b/platform/commonUI/general/res/css/theme-espresso.css @@ -5263,7 +5263,7 @@ input[type="text"] { right: -12px; } /* line 172, ../sass/tree/_pane.scss */ .split-pane-component.secondary-split.pane.right .split-pane-component.items.pane .object-browse-bar .pane-tabs.right.inactivePane:after { - content: 'G'; } + content: '\e608'; } /* line 176, ../sass/tree/_pane.scss */ .split-pane-component.secondary-split.pane.right .split-pane-component.items.pane .object-browse-bar .pane-tabs.right.activePane:after { content: '>'; } diff --git a/platform/commonUI/general/res/sass/tree/_pane.scss b/platform/commonUI/general/res/sass/tree/_pane.scss index 72da9a699d..5771620614 100644 --- a/platform/commonUI/general/res/sass/tree/_pane.scss +++ b/platform/commonUI/general/res/sass/tree/_pane.scss @@ -170,7 +170,7 @@ $transitionTime: 0.35s; // For the pane open/close &.inactivePane { right: -12px; &:after { - content: 'G';//'\e608';//'<'; + content: '\e608';//'G';//'<'; } } &.activePane:after { diff --git a/platform/commonUI/general/res/templates/object-inspector.html b/platform/commonUI/general/res/templates/object-inspector.html index 43a96e26bb..dc38294ad6 100644 --- a/platform/commonUI/general/res/templates/object-inspector.html +++ b/platform/commonUI/general/res/templates/object-inspector.html @@ -21,7 +21,7 @@ --> - G + 