You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
1.1 KiB

.panelzone
{
FONT-SIZE: 10px;
COLOR: black;
FONT-FAMILY: "arial","sans-serif";
BACKGROUND-COLOR: white
}
.sqlText
{
FONT-SIZE: 12px;
COLOR: black;
FONT-FAMILY: "arial","sans-serif";
BACKGROUND-COLOR: white
}
.headerPrint
{
FONT-SIZE: 14px;
COLOR: black;
FONT-FAMILY: "arial","sans-serif";
BACKGROUND-COLOR: white
}
.filterText
{
FONT-SIZE: 11px;
COLOR: #2d62b0;
FONT-FAMILY: "arial","sans-serif"
}
A.filterText
{
FONT-SIZE: 11px;
COLOR: #2d62b0;
FONT-FAMILY: "arial","sans-serif";
TEXT-DECORATION: none
}
.treeNormal
{
PADDING-RIGHT: 1px;
PADDING-LEFT: 1px;
FONT-SIZE: 11px;
PADDING-BOTTOM: 1px;
COLOR: black;
PADDING-TOP: 1px;
FONT-FAMILY: "arial","sans-serif";
TEXT-DECORATION: none
}
.treeSelected
{
PADDING-RIGHT: 1px;
PADDING-LEFT: 1px;
FONT-SIZE: 11px;
PADDING-BOTTOM: 1px;
COLOR: white;
PADDING-TOP: 1px;
FONT-FAMILY: "arial","sans-serif";
BACKGROUND-COLOR: #195fa0;
TEXT-DECORATION: none
}
A.treeNormal:hover
{
COLOR: black;
TEXT-DECORATION: none
}
A.treeSelected:hover
{
COLOR: white
}
A
{
}
A:hover
{
}