mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
update css
This commit is contained in:
parent
56ceea1641
commit
abfa5b6785
@ -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']))
|
||||
{
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user