Repository: ambari Updated Branches: refs/heads/trunk 59fa63f18 -> 2df3a954e
AMBARI-11791 Enhanced config: configs version box: repo version should be consistent with other info. (atkach) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/2df3a954 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/2df3a954 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/2df3a954 Branch: refs/heads/trunk Commit: 2df3a954e4542e3fc91ffa9368835e79acfa3ddf Parents: 59fa63f Author: Andrii Tkach <[email protected]> Authored: Mon Jun 8 18:52:33 2015 +0300 Committer: Andrii Tkach <[email protected]> Committed: Mon Jun 8 20:54:35 2015 +0300 ---------------------------------------------------------------------- ambari-web/app/styles/config_history_flow.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/2df3a954/ambari-web/app/styles/config_history_flow.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/config_history_flow.less b/ambari-web/app/styles/config_history_flow.less index dfa2c03..48bac18 100644 --- a/ambari-web/app/styles/config_history_flow.less +++ b/ambari-web/app/styles/config_history_flow.less @@ -161,7 +161,8 @@ background-color: #f4f4f4; border: 1px solid #f4f4f4; .author, - .content { + .content, + .stack-label { color: #a6a6a6; } .current-label .label,
