Author: weaverryan
Date: 2010-02-07 14:35:38 +0100 (Sun, 07 Feb 2010)
New Revision: 27637

Modified:
   
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalEditorPlugin/web/css/editor.css
Log:
[1.4][sfSympalBlogPlugin][1.0] Explicitly setting the text coloring for these 
dashboard elements. A site with a dark background and light text would've 
suffered from having that light text on a white background for these areas.


Modified: 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalEditorPlugin/web/css/editor.css
===================================================================
--- 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalEditorPlugin/web/css/editor.css
    2010-02-07 13:00:05 UTC (rev 27636)
+++ 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalEditorPlugin/web/css/editor.css
    2010-02-07 13:35:38 UTC (rev 27637)
@@ -14,7 +14,12 @@
   height: 400px;
   overflow: auto;
   z-index: 9999999;
+  color: #000;
 }
+#sympal_dashboard a, #sympal_editor a, #sympal_assets a, #sympal_links a , 
#sympal_assets a, #sympal_objects a
+{
+  color: #000;
+}
 
 .sympal_close_menu {
   float: right;

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to