mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 20:14:11 +01:00
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;
|
|
}
|