Author: yusaku
Date: Fri Jan 11 02:55:53 2013
New Revision: 1431838
URL: http://svn.apache.org/viewvc?rev=1431838&view=rev
Log:
AMBARI-1154. The check boxes to check/uncheck one of the members in a multi
artifact graphs is not very readable. It should be more apparent on which one
the user clicked on. (yusaku)
Modified:
incubator/ambari/trunk/CHANGES.txt
incubator/ambari/trunk/ambari-web/app/styles/application.less
Modified: incubator/ambari/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1431838&r1=1431837&r2=1431838&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Fri Jan 11 02:55:53 2013
@@ -458,6 +458,10 @@ AMBARI-666 branch (unreleased changes)
IMPROVEMENTS
+ AMBARI-1154. The check boxes to check/uncheck one of the members in a multi
+ artifact graphs is not very readable. It should be more apparent on which
+ one the user clicked on. (yusaku)
+
AMBARI-1106. User-specified custom configs (such as hdfs-site.xml overrides)
should be persisted to maintain what the user specified.
(Jaimin Jetly via yusaku)
Modified: incubator/ambari/trunk/ambari-web/app/styles/application.less
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/styles/application.less?rev=1431838&r1=1431837&r2=1431838&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/styles/application.less (original)
+++ incubator/ambari/trunk/ambari-web/app/styles/application.less Fri Jan 11
02:55:53 2013
@@ -2321,3 +2321,14 @@ ul.inline li {
i.icon-asterisks {
color: #FF4B4B;
}
+
+.rickshaw_legend {
+ .action {
+ opacity: 1;
+ color: #ffffff;
+ }
+ .action:hover {
+ opacity: 0.8;
+ text-decoration: none;
+ }
+}
\ No newline at end of file