diff --git a/apps/common/main/lib/view/History.js b/apps/common/main/lib/view/History.js index 7bd254459..10df5799f 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 477a3df1d..6eb6299d4 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 {