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

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

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

buscob
Author: buscob
Date: Sun Feb 21 12:50:43 2010
New Revision: 912341

URL: http://svn.apache.org/viewvc?rev=912341&view=rev
Log:
Removed opacity effect on main-navigation and app-navigation dropdown menu in tomahawk theme.
This creates issues when using IE.

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

Modified: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css?rev=912341&r1=912340&r2=912341&view=diff
==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css (original)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css Sun Feb 21 12:50:43 2010
@@ -1134,14 +1134,9 @@
 #app-navigation ul li ul {
 background-color:#131212;
 border-right:4px solid #131212;
-opacity:0.96;
 position:absolute;
 z-index:9999;
 width:200px;
-filter:alpha(opacity=96);
--moz-opacity:0.96;
--khtml-opacity: 0.96;
--ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=96)";
 }
 
 #main-navigation ul li ul li ul.secondary{