git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1443724 13f79535-47bb-0310-9956-ffa450edef68
@@ -258,7 +258,9 @@ Trunk (unreleased changes):
BUG FIXES
- AMBARI-1359: App Browser rows colours should alternate from dark grey to light
+ AMBARI-1360. Mouse cursor hover behavior is strange on Job Browser. (jaimin)
+
+ AMBARI-1359. App Browser rows colours should alternate from dark grey to light
grey and back. (jaimin)
AMBARI-1356. Error in filtering Configuration properties maintained at UI for
@@ -35,15 +35,18 @@
}
- #filter_buttons .selected{
+ #filter_buttons a.selected{
cursor: default;
- #filter_buttons{
+ #filter_buttons a{
cursor: pointer;
.clear_filter{
width:46%;
+ a {
+ cursor: pointer;
+ }
.runsList {