From caa0d1aee7b5e5d71bc6aa95d5cd9e6e52ef8616 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 21 Sep 2016 16:07:45 +0300 Subject: [PATCH] [DE] Update style for history changes. --- apps/common/main/lib/view/History.js | 2 +- apps/common/main/resources/less/history.less | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/common/main/lib/view/History.js b/apps/common/main/lib/view/History.js index 7bd254459b..10df5799f6 100644 --- a/apps/common/main/lib/view/History.js +++ b/apps/common/main/lib/view/History.js @@ -76,7 +76,7 @@ define([ store: this.storeHistory, enableKeyEvents: false, itemTemplate: _.template([ - '
', + '
', '
<%= created %>
', '<% if (markedAsVersion) { %>', '
ver.<%=version%>
', diff --git a/apps/common/main/resources/less/history.less b/apps/common/main/resources/less/history.less index 477a3df1dd..6eb6299d44 100644 --- a/apps/common/main/resources/less/history.less +++ b/apps/common/main/resources/less/history.less @@ -93,6 +93,7 @@ overflow: hidden; font-size: 12px; cursor: pointer; + color: @gray-darker; } .color {