Author: jleroux
Date: Thu Oct 27 08:18:48 2016
New Revision: 1766778

URL: http://svn.apache.org/viewvc?rev=1766778&view=rev
Log:
Fixed: Footer text inconsistent in flat gray theme
(OFBIZ-8625)

Powered By : <Text> and other text is having inconsistent font color in 
flat grey theme.

Thanks: Ratnesh Upadhyay for report and patch

Modified:
    ofbiz/trunk/themes/flatgrey/template/Footer.ftl
    ofbiz/trunk/themes/flatgrey/webapp/flatgrey/style.css

Modified: ofbiz/trunk/themes/flatgrey/template/Footer.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/themes/flatgrey/template/Footer.ftl?rev=1766778&r1=1766777&r2=1766778&view=diff
==============================================================================
--- ofbiz/trunk/themes/flatgrey/template/Footer.ftl (original)
+++ ofbiz/trunk/themes/flatgrey/template/Footer.ftl Thu Oct 27 08:18:48 2016
@@ -23,10 +23,10 @@ under the License.
         <li class="last"><a 
href="<@ofbizUrl>ListVisualThemes</@ofbizUrl>">${uiLabelMap.CommonVisualThemes}</a></li>
     </ul>
   <p>
-    <div class="poweredBy"><span>${uiLabelMap.CommonPoweredBy} 
-        <a href="http://ofbiz.apache.org"; 
class="noicon">OFBiz</a></span><span>Copyright 
2001-${nowTimestamp?string("yyyy")} 
+    <div class="poweredBy"><span 
class="footerTextColour">${uiLabelMap.CommonPoweredBy} 
+        <a href="http://ofbiz.apache.org"; class="noicon">OFBiz 
</a></span><span class="footerTextColour">Copyright 
2001-${nowTimestamp?string("yyyy")} 
         <a href="http://www.apache.org"; class="noicon">The Apache Software 
Foundation - www.apache.org</a></span> 
-        <span>
+        <span class="footerTextColour">
             <#include "ofbizhome://runtime/SvnInfo.ftl" ignore_missing=true/>
             <#include "ofbizhome://runtime/GitInfo.ftl" ignore_missing=true/>
         </span>

Modified: ofbiz/trunk/themes/flatgrey/webapp/flatgrey/style.css
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/themes/flatgrey/webapp/flatgrey/style.css?rev=1766778&r1=1766777&r2=1766778&view=diff
==============================================================================
--- ofbiz/trunk/themes/flatgrey/webapp/flatgrey/style.css (original)
+++ ofbiz/trunk/themes/flatgrey/webapp/flatgrey/style.css Thu Oct 27 08:18:48 
2016
@@ -354,6 +354,10 @@ th, th a {
     text-decoration: underline;
 }
 
+.footerTextColour {
+    color: #b3b3b3;
+}
+
 /* ------------------------------- */
 /*      Main Navigation Style      */
 /* ------------------------------- */


Reply via email to