mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 05:53:14 +01:00
62 lines
569 B
CSS
62 lines
569 B
CSS
body,p,td,th,table,input,form,option
|
|
{
|
|
color: #000000;
|
|
}
|
|
|
|
a:link,a:active
|
|
{
|
|
color: #336699;
|
|
}
|
|
|
|
a:visited
|
|
{
|
|
color: #333366;
|
|
}
|
|
|
|
a:hover
|
|
{
|
|
color: #cc0000;
|
|
}
|
|
|
|
.login,.portal,.about
|
|
{
|
|
background-color: #ADADAD;
|
|
border-color: #000000;
|
|
}
|
|
|
|
.portal_text
|
|
{
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.row_on,.th_bright,.app_header
|
|
{
|
|
background-color: #DDDDDD;
|
|
}
|
|
|
|
.row_off
|
|
{
|
|
background-color: #EEEEEE;
|
|
}
|
|
|
|
.th
|
|
{
|
|
background-color: #ADADAD;
|
|
}
|
|
|
|
.cal_today
|
|
{
|
|
background-color: #ffffcc;
|
|
}
|
|
|
|
.cal_dayview
|
|
{
|
|
background-color: #C0C0C0;
|
|
}
|
|
|
|
.email_folder
|
|
{
|
|
background-color: #adadad;
|
|
color: #ffffff;
|
|
}
|