You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2017/07/27 17:24:13 UTC

svn commit: r1803211 - /ofbiz/ofbiz-framework/trunk/themes/tomahawk/webapp/tomahawk/css/style.css

Author: jleroux
Date: Thu Jul 27 17:24:13 2017
New Revision: 1803211

URL: http://svn.apache.org/viewvc?rev=1803211&view=rev
Log:
Improved: Sub-menu looks overlapping in Tomahawk theme
(OFBIZ-7722)

Actually it was only a CSS forced background-color. I checked other screens, in
party for instance and all is correct


Thanks: Ayushi Rathod 

Modified:
    ofbiz/ofbiz-framework/trunk/themes/tomahawk/webapp/tomahawk/css/style.css

Modified: ofbiz/ofbiz-framework/trunk/themes/tomahawk/webapp/tomahawk/css/style.css
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/tomahawk/webapp/tomahawk/css/style.css?rev=1803211&r1=1803210&r2=1803211&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/tomahawk/webapp/tomahawk/css/style.css (original)
+++ ofbiz/ofbiz-framework/trunk/themes/tomahawk/webapp/tomahawk/css/style.css Thu Jul 27 17:24:13 2017
@@ -1601,7 +1601,6 @@ div.autocomplete ul li {
 
 /* ===== Button style decorator ===== */
 .button-style-2 ul li {
-    background-color: #ffffff;
     color: #000099;
 }