gobimca2012 / jwysiwyg

Automatically exported from code.google.com/p/jwysiwyg
GNU General Public License v2.0
0 stars 0 forks source link

Current LI style conflicts with existing Drupal styles. #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Actually Drupal, in the default theme (Garland) has a background image and
color for the LI style, so the background image (a small gray circle)
appears behind the toolbar image.

Just setting the background property to the same background color of the
current parent element (div.wysiwyg) it resets all the other properties,
including the background image of preceding CSS files.

So the line fixing this (line #6) is: 

div.wysiwyg ul.panel li { list-style-type: none; float: left; margin: 0
2px; background: #fff;}

Original issue reported on code.google.com by sandro.f...@gmail.com on 23 Sep 2008 at 9:50

GoogleCodeExporter commented 9 years ago
Fixed:

"background: #ffffff;" was added to the current set of properties for 
"div.wysiwyg 
ul.panel li"

Original comment by sandro.f...@gmail.com on 1 Oct 2008 at 5:03

GoogleCodeExporter commented 9 years ago

Original comment by sandro.f...@gmail.com on 1 Oct 2008 at 5:03