116 lines
2.5 KiB
CSS
116 lines
2.5 KiB
CSS
|
|
#popup_contents div.input select {
|
||
|
|
border: 1px solid #f7f3de;
|
||
|
|
font-family: Arial;
|
||
|
|
font-size: 9pt;
|
||
|
|
font-weight: 400;
|
||
|
|
}
|
||
|
|
|
||
|
|
#table_grid tr th {
|
||
|
|
background: linear-gradient(top,#e2cb93);
|
||
|
|
background: -moz-linear-gradient(top,#e2cb93);
|
||
|
|
background: -webkit-gradient(linear,left);
|
||
|
|
background: -webkit-linear-gradient(top,#e2cb93);
|
||
|
|
background: -o-linear-gradient(top,#e2cb93);
|
||
|
|
background: -ms-linear-gradient(top,#e2cb93);
|
||
|
|
background: linear-gradient(top,#e2cb93);
|
||
|
|
background: -moz-linear-gradient(top,#e2cb93 0%,#d3c18d 46%,#d3c18d 100%);
|
||
|
|
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e2cb93),color-stop(46%,#d3c18d),color-stop(100%,#d3c18d));
|
||
|
|
background: -webkit-linear-gradient(top,#e2cb93 0%,#d3c18d 46%,#d3c18d 100%);
|
||
|
|
background: -o-linear-gradient(top,#e2cb93 0%,#d3c18d 46%,#d3c18d 100%);
|
||
|
|
background: -ms-linear-gradient(top,#e2cb93 0%,#d3c18d 46%,#d3c18d 100%);
|
||
|
|
background: linear-gradient(top,#e2cb93 0%,#d3c18d 46%,#d3c18d 100%);
|
||
|
|
border-color: #ddad3e;
|
||
|
|
border-style: solid;
|
||
|
|
border-width: 1px 1px 1px 0;
|
||
|
|
color: #fff;
|
||
|
|
font-family: arial;
|
||
|
|
font-size: 9pt;
|
||
|
|
font-weight: 700;
|
||
|
|
}
|
||
|
|
|
||
|
|
#table_grid tr td {
|
||
|
|
border-bottom: 1px solid #cdcdcd;
|
||
|
|
border-right: 1px solid #cdcdcd;
|
||
|
|
font-family: arial;
|
||
|
|
font-size: 9pt;
|
||
|
|
}
|
||
|
|
|
||
|
|
#table_grid span.check {
|
||
|
|
background: url(themes/paper/images/objects.png) no-repeat;
|
||
|
|
background-position: -8px -249px;
|
||
|
|
}
|
||
|
|
|
||
|
|
#table_grid span.list {
|
||
|
|
background: url(themes/paper/images/objects.png) no-repeat;
|
||
|
|
background-position: -8px -320px;
|
||
|
|
}
|
||
|
|
|
||
|
|
#table_grid form.cell_editor_form {
|
||
|
|
border-width: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
#table_grid tr td input.cell_editor {
|
||
|
|
border: 1px solid #888;
|
||
|
|
box-shadow: 0 0 3px #777;
|
||
|
|
color: #131313;
|
||
|
|
font-family: arial;
|
||
|
|
font-size: 10pt;
|
||
|
|
font-weight: 400;
|
||
|
|
}
|
||
|
|
|
||
|
|
#table_grid select.cell_combo {
|
||
|
|
border: 1px solid #888;
|
||
|
|
box-shadow: 0 0 3px #777;
|
||
|
|
color: #131313;
|
||
|
|
font-family: arial;
|
||
|
|
font-size: 10pt;
|
||
|
|
font-weight: 400;
|
||
|
|
}
|
||
|
|
|
||
|
|
#grid-messages {
|
||
|
|
color: green;
|
||
|
|
font-family: tahoma;
|
||
|
|
font-size: 8pt;
|
||
|
|
font-weight: 700;
|
||
|
|
}
|
||
|
|
|
||
|
|
#popup_contents .error {
|
||
|
|
background-color: #fcccf1;
|
||
|
|
}
|
||
|
|
|
||
|
|
#table_grid td.current {
|
||
|
|
background-color: #f7f3de;
|
||
|
|
}
|
||
|
|
|
||
|
|
#grid-messages.error {
|
||
|
|
color: red;
|
||
|
|
}
|
||
|
|
|
||
|
|
#popup_contents div.input option {
|
||
|
|
font-family: Arial;
|
||
|
|
font-size: 10pt;
|
||
|
|
font-weight: 400;
|
||
|
|
}
|
||
|
|
|
||
|
|
#table_grid tr td span {
|
||
|
|
font-family: arial;
|
||
|
|
font-size: 9pt;
|
||
|
|
}
|
||
|
|
|
||
|
|
#dialog-list select {
|
||
|
|
font-family: arial;
|
||
|
|
font-size: 9pt;
|
||
|
|
font-weight: 400;
|
||
|
|
}
|
||
|
|
|
||
|
|
#dialog-list select option {
|
||
|
|
font-family: arial;
|
||
|
|
font-size: 9pt;
|
||
|
|
font-weight: 400;
|
||
|
|
}
|
||
|
|
|
||
|
|
#dialog-list input[type=text] {
|
||
|
|
font-family: arial;
|
||
|
|
font-size: 9pt;
|
||
|
|
font-weight: 400;
|
||
|
|
}
|