forked from extern/egroupware
27 lines
270 B
CSS
27 lines
270 B
CSS
.dJSWin_main
|
|
{
|
|
background-color: #e3e3e3;
|
|
}
|
|
|
|
.dJSWin_title_text
|
|
{
|
|
background-color: #3978d6;
|
|
color: white;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.dJSWin_title
|
|
{
|
|
background-color: #3978d6;
|
|
}
|
|
|
|
.dJSWin_high
|
|
{
|
|
background-color: #e3e3e3;
|
|
}
|
|
|
|
.dJSWin_low
|
|
{
|
|
background-color: #c9c9c9;
|
|
}
|