From abfa5b6785d0916c14e7aabb09b027bd37b5eff4 Mon Sep 17 00:00:00 2001 From: ceb Date: Fri, 27 Sep 2002 02:23:26 +0000 Subject: [PATCH] update css --- phpgwapi/inc/class.common.inc.php | 6 +++--- phpgwapi/templates/idsociety/css/submarine.css | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/phpgwapi/inc/class.common.inc.php b/phpgwapi/inc/class.common.inc.php index cd9ead884e..73b4f7018b 100644 --- a/phpgwapi/inc/class.common.inc.php +++ b/phpgwapi/inc/class.common.inc.php @@ -1319,9 +1319,9 @@ if (!@is_file(PHPGW_SERVER_ROOT . '/phpgwapi/templates/' . $GLOBALS['phpgw_info' $css_file = $GLOBALS['phpgw_info']['server']['webserver_url'] . SEP . 'phpgwapi' . SEP . 'templates' . SEP . $GLOBALS['phpgw_info']['user']['preferences']['common']['template_set'] . SEP . 'css' . SEP . $GLOBALS['phpgw_info']['user']['preferences']['common']['theme'] . '.css'; } - elseif(@file_exists(PHPGW_SERVER_ROOT . SEP . 'phpgwapi' . SEP . 'templates' . SEP . 'default' . SEP . 'css' . SEP . 'submarine.css')) + elseif(@file_exists(PHPGW_SERVER_ROOT . SEP . 'phpgwapi' . SEP . 'templates' . SEP . 'idsociety' . SEP . 'css' . SEP . 'submarine.css')) { - $css_file = $GLOBALS['phpgw_info']['server']['webserver_url'] . SEP . 'phpgwapi' . SEP . 'templates' . SEP . 'default' . SEP . 'css' . SEP . 'submarine.css'; + $css_file = $GLOBALS['phpgw_info']['server']['webserver_url'] . SEP . 'phpgwapi' . SEP . 'templates' . SEP . 'idsociety' . SEP . 'css' . SEP . 'submarine.css'; } else @@ -1397,7 +1397,7 @@ if (!@is_file(PHPGW_SERVER_ROOT . '/phpgwapi/templates/' . $GLOBALS['phpgw_info' function load_phpgw_body_tags() { - $GLOBALS['phpgw_info']['flags']['body_tags']['onLoad'] .= $this->load_preload_images_data(); + $GLOBALS['phpgw_info']['flags']['body_tags']['onLoad'] = $this->load_preload_images_data(); if(@is_array($GLOBALS['phpgw_info']['flags']['body_tags'])) { diff --git a/phpgwapi/templates/idsociety/css/submarine.css b/phpgwapi/templates/idsociety/css/submarine.css index c7e5f7b526..4fb215cc48 100644 --- a/phpgwapi/templates/idsociety/css/submarine.css +++ b/phpgwapi/templates/idsociety/css/submarine.css @@ -28,7 +28,7 @@ a:link { font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 10pt; - color: #333366; + color: mediumblue; font-style: bold; font-weight: bold; line-height: normal; @@ -54,7 +54,7 @@ a:active { font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 10pt; - color: #333366; + color: mediumblue; font-style: bold; font-weight: bold; line-height: normal; @@ -154,7 +154,7 @@ a:hover { font-style: bold; font-weight: bold; - background-color: #DDDDDD; + background-color: #CCEEFF; } .functionmsg