svn commit: r1720886 - /ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1720886 - /ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css

Deepak Dixit-5
Author: deepak
Date: Sat Dec 19 07:10:09 2015
New Revision: 1720886

URL: http://svn.apache.org/viewvc?rev=1720886&view=rev
Log:
(OFBIZ-6539) Changed the hovered menus color from #ffffff to #777777, as it was almost invisible in flat grey theme..

Modified:
    ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css

Modified: ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css?rev=1720886&r1=1720885&r2=1720886&view=diff
==============================================================================
--- ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css (original)
+++ ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css Sat Dec 19 07:10:09 2015
@@ -612,7 +612,7 @@ color: #222;
 }
 
 .screenlet-title-bar ul a:hover {
-color: #ffffff;
+color: #777777;
 text-decoration: none;
 }