forked from extern/egroupware
update
This commit is contained in:
parent
63264d2b25
commit
5636a0459e
@ -73,9 +73,10 @@ a:hover.top_menu,a:link.top_menu_selected,a:active.top_menu_selected,a:visited.t
|
||||
border-color: #000000;
|
||||
}
|
||||
|
||||
.portal_text
|
||||
a.portal_text,.portal_text
|
||||
{
|
||||
color: #FFFFFF;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.row_on,.th_bright,.app_header
|
||||
|
@ -104,12 +104,6 @@ table.login
|
||||
border-style: ridge;
|
||||
}
|
||||
|
||||
.portal_text
|
||||
{
|
||||
font-weight: bold;
|
||||
background: url(../../default/images/bg_filler.png);
|
||||
}
|
||||
|
||||
.small_text
|
||||
{
|
||||
font-size: 85%;
|
||||
|
@ -73,11 +73,21 @@ a:hover.top_menu,a:link.top_menu_selected,a:active.top_menu_selected,a:visited.t
|
||||
border-color: #000000;
|
||||
}
|
||||
|
||||
.portal_text
|
||||
a.portal_text,.portal_text
|
||||
{
|
||||
color: #FFFFFF;
|
||||
text-decoration: none;
|
||||
background-color: #000066;
|
||||
}
|
||||
|
||||
a:hover.portal_text
|
||||
{
|
||||
text-decoration: underline;
|
||||
color: #000066;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
|
||||
.row_on,.th_bright,.app_header
|
||||
{
|
||||
background-color: #ADADAD;
|
||||
|
Loading…
Reference in New Issue
Block a user