You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by ra...@apache.org on 2011/07/29 15:34:24 UTC

svn commit: r1152215 - /incubator/rave/trunk/rave-portal/src/main/webapp/css/default.css

Author: raminder
Date: Fri Jul 29 13:34:24 2011
New Revision: 1152215

URL: http://svn.apache.org/viewvc?rev=1152215&view=rev
Log:
changed the background color of on hover

Modified:
    incubator/rave/trunk/rave-portal/src/main/webapp/css/default.css

Modified: incubator/rave/trunk/rave-portal/src/main/webapp/css/default.css
URL: http://svn.apache.org/viewvc/incubator/rave/trunk/rave-portal/src/main/webapp/css/default.css?rev=1152215&r1=1152214&r2=1152215&view=diff
==============================================================================
--- incubator/rave/trunk/rave-portal/src/main/webapp/css/default.css (original)
+++ incubator/rave/trunk/rave-portal/src/main/webapp/css/default.css Fri Jul 29 13:34:24 2011
@@ -59,7 +59,7 @@ a:hover {
 
 #header a:hover {
     color: #F2F2F2;
-    background-color: #e6ebed;
+    background-color: #666666;
     text-decoration: none;
 }
 
@@ -170,7 +170,7 @@ h1, h2, h3, h4, h5, h6 {
 }
 
 .widget-prefs-required-text {
-    font-size: 0.8em;  
+    font-size: 0.8em;
     margin-top: 5px;
     margin-bottom: 5px;
 }
@@ -191,7 +191,7 @@ h1, h2, h3, h4, h5, h6 {
 }
 
 .widget-prefs-input-required {
-    
+
 }
 
 .widget-prefs-input-failed-validation {