From: Zach Copley Date: Tue, 16 Jun 2009 05:43:06 +0000 (-0700) Subject: Another minor tweak to showCSS() CSS output X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=37cafad2e071bbfe8a733bba22fb68bbf5220051;p=quix0rs-gnu-social.git Another minor tweak to showCSS() CSS output --- diff --git a/classes/Design.php b/classes/Design.php index f4128ee396..8bb5277619 100644 --- a/classes/Design.php +++ b/classes/Design.php @@ -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");