mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 04:11:49 +02:00
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;
|
border-color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.portal_text
|
a.portal_text,.portal_text
|
||||||
{
|
{
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row_on,.th_bright,.app_header
|
.row_on,.th_bright,.app_header
|
||||||
|
@ -104,12 +104,6 @@ table.login
|
|||||||
border-style: ridge;
|
border-style: ridge;
|
||||||
}
|
}
|
||||||
|
|
||||||
.portal_text
|
|
||||||
{
|
|
||||||
font-weight: bold;
|
|
||||||
background: url(../../default/images/bg_filler.png);
|
|
||||||
}
|
|
||||||
|
|
||||||
.small_text
|
.small_text
|
||||||
{
|
{
|
||||||
font-size: 85%;
|
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;
|
border-color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.portal_text
|
a.portal_text,.portal_text
|
||||||
{
|
{
|
||||||
color: #FFFFFF;
|
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
|
.row_on,.th_bright,.app_header
|
||||||
{
|
{
|
||||||
background-color: #ADADAD;
|
background-color: #ADADAD;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user