]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Another minor tweak to showCSS() CSS output
authorZach Copley <zach@controlyourself.ca>
Tue, 16 Jun 2009 05:43:06 +0000 (22:43 -0700)
committerZach Copley <zach@controlyourself.ca>
Tue, 16 Jun 2009 05:43:06 +0000 (22:43 -0700)
classes/Design.php

index f4128ee396e68ddbebe5278ca1a47ef143541d47..8bb52776194b24117a1fca4cfc9a9b3812b112f2 100644 (file)
@@ -66,7 +66,8 @@ class Design extends Memcached_DataObject
 
         $out->element('style', array('type' => 'text/css'),
                       'html, body { background-color: #' . $bgcolor->hexValue() . '} '."\n".
-                      '#content { background-color: #' . $ccolor->hexValue() . '} '."\n".
+                      '#content, #site_nav_local_views .current a { background-color: #' . 
+                           $ccolor->hexValue() . '} '."\n".
                       '#aside_primary { background-color: #'. $sbcolor->hexValue() .'} '."\n".
                       'html body { color: #'. $tcolor->hexValue() .'} '."\n".
                       'a { color: #' . $lcolor->hexValue() . '} '."\n");