You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ja...@apache.org on 2013/02/07 22:05:03 UTC

svn commit: r1443724 - in /incubator/ambari/trunk: CHANGES.txt ambari-web/app/styles/apps.less

Author: jaimin
Date: Thu Feb  7 21:05:03 2013
New Revision: 1443724

URL: http://svn.apache.org/r1443724
Log:
AMBARI-1360. Mouse cursor hover behavior is strange on Job Browser. (jaimin)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/ambari-web/app/styles/apps.less

Modified: incubator/ambari/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1443724&r1=1443723&r2=1443724&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Thu Feb  7 21:05:03 2013
@@ -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 

Modified: incubator/ambari/trunk/ambari-web/app/styles/apps.less
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/styles/apps.less?rev=1443724&r1=1443723&r2=1443724&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/styles/apps.less (original)
+++ incubator/ambari/trunk/ambari-web/app/styles/apps.less Thu Feb  7 21:05:03 2013
@@ -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 {