mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-20 06:53:34 +01:00
63 lines
608 B
CSS
63 lines
608 B
CSS
|
body,p,td,th,table,input,form,option
|
||
|
{
|
||
|
color: #000000;
|
||
|
}
|
||
|
|
||
|
a:link,a:active,a:visited
|
||
|
{
|
||
|
color: #336699;
|
||
|
}
|
||
|
|
||
|
a:hover
|
||
|
{
|
||
|
color: #cc0000;
|
||
|
}
|
||
|
|
||
|
.login,.portal,.about
|
||
|
{
|
||
|
background-color: #ADADAD;
|
||
|
border-color: #000000;
|
||
|
}
|
||
|
|
||
|
.portal_text
|
||
|
{
|
||
|
color: #FFFFFF;
|
||
|
}
|
||
|
|
||
|
.row_on,.th_bright
|
||
|
{
|
||
|
background-color: #DDDDDD;
|
||
|
}
|
||
|
|
||
|
.row_off
|
||
|
{
|
||
|
background-color: #EEEEEE;
|
||
|
}
|
||
|
|
||
|
.th,.navbar,.app_header
|
||
|
{
|
||
|
background-color: #ADADAD;
|
||
|
}
|
||
|
|
||
|
.cal_today
|
||
|
{
|
||
|
background-color: #ffffcc;
|
||
|
}
|
||
|
|
||
|
.cal_dayview
|
||
|
{
|
||
|
background-color: #C0C0C0;
|
||
|
}
|
||
|
|
||
|
.email_folder
|
||
|
{
|
||
|
background-color: #adadad;
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
|
||
|
.info,a.info
|
||
|
{
|
||
|
color: white;
|
||
|
font-weight: bold;
|
||
|
}
|