forked from extern/egroupware
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']
|
$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';
|
. 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
|
else
|
||||||
@ -1397,7 +1397,7 @@ if (!@is_file(PHPGW_SERVER_ROOT . '/phpgwapi/templates/' . $GLOBALS['phpgw_info'
|
|||||||
|
|
||||||
function load_phpgw_body_tags()
|
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']))
|
if(@is_array($GLOBALS['phpgw_info']['flags']['body_tags']))
|
||||||
{
|
{
|
||||||
|
@ -28,7 +28,7 @@ a:link
|
|||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
color: #333366;
|
color: mediumblue;
|
||||||
font-style: bold;
|
font-style: bold;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
@ -54,7 +54,7 @@ a:active
|
|||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
color: #333366;
|
color: mediumblue;
|
||||||
font-style: bold;
|
font-style: bold;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
@ -154,7 +154,7 @@ a:hover
|
|||||||
{
|
{
|
||||||
font-style: bold;
|
font-style: bold;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background-color: #DDDDDD;
|
background-color: #CCEEFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.functionmsg
|
.functionmsg
|
||||||
|
Loading…
Reference in New Issue
Block a user