﻿/* css */
.theme-color
{
color:#00bbee;
}
.theme-background-color
{
background-color:#00bbee;
}
.theme-border-color
{
border-color:#ddd;
}
.theme-shadow-background-color
{
background-color:#fafafa;
}
.theme-mask-background-color
{
background-color:#eee;
}
.theme-toolbar-background-color
{
background-color:#fafafa;
}
.theme-toolbar-border-color
{
border-color:#eee;
}
.theme-header-background-color
{
background-color:#f5f5f5;
}
.theme-header-text-color
{
color:#000000;
}
.theme-body-background-color
{
background-color:#ffffff;
}
.theme-body-text-color
{
color:#404040;
}
.theme-grid-header-background-color
{
background-color:#fafafa;
}
.theme-cell-border-color
{
border-color:#ebebeb;
}
.theme-alt-background-color
{
background-color:#f9f9f9;
}
.theme-selected-background-color
{
background-color:#00bbee;
}
.theme-selected-text-color
{
color:#fff;
}
.theme-selected-border-color
{
border-color:#00bbee;
}
.theme-hover-background-color
{
background-color:#eee;
}
.theme-hover-text-color
{
color:#404040;
}
.theme-hover-border-color
{
border-color:#ccc;
}
.theme-invalid-background-color
{
background-color:#fff;
}
.theme-invalid-border-color
{
border-color:#ffa8a8;
}
.theme-invalid-text-color
{
color:#404040;
}
.theme-menu-background-color
{
background-color:#fff;
}
.theme-menu-text-color
{
color:#404040;
}
.theme-menu-border-color
{
border-color:#eee;
}
.theme-button-background-color
{
background-color:#fafafa;
}
.theme-button-text-color
{
color:#404040;
}
.theme-button-border-color
{
border-color:#d9d9d9;
}