117 lines
No EOL
2.5 KiB
CSS
117 lines
No EOL
2.5 KiB
CSS
#popup_contents div.input select {
|
|
border: 1px solid #ddd;
|
|
font-family: Arial;
|
|
font-size: 9pt;
|
|
font-weight: 400;
|
|
}
|
|
|
|
#table_grid tr th {
|
|
background: linear-gradient(top,#f9f9f9);
|
|
background: -moz-linear-gradient(top,#f9f9f9);
|
|
background: -webkit-gradient(linear,left);
|
|
background: -webkit-linear-gradient(top,#f9f9f9);
|
|
background: -o-linear-gradient(top,#f9f9f9);
|
|
background: -ms-linear-gradient(top,#f9f9f9);
|
|
background: linear-gradient(top,#f9f9f9);
|
|
background: -moz-linear-gradient(top,#f9f9f9 0%,#e3e4e6 100%);
|
|
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f9f9f9),color-stop(100%,#e3e4e6));
|
|
background: -webkit-linear-gradient(top,#f9f9f9 0%,#e3e4e6 100%);
|
|
background: -o-linear-gradient(top,#f9f9f9 0%,#e3e4e6 100%);
|
|
background: -ms-linear-gradient(top,#f9f9f9 0%,#e3e4e6 100%);
|
|
background: linear-gradient(top,#f9f9f9 0%,#e3e4e6 100%);
|
|
border-color: #c5c5c5;
|
|
border-style: solid;
|
|
border-width: 1px 1px 1px 0;
|
|
color: #555;
|
|
font-family: arial;
|
|
font-size: 9pt;
|
|
font-weight: 700;
|
|
text-shadow: 0 1px 0 rgba(255,255,255,0.3);
|
|
}
|
|
|
|
#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/light/images/objects.png) no-repeat;
|
|
background-position: -8px -249px;
|
|
}
|
|
|
|
#table_grid span.list {
|
|
background: url(themes/light/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: #ececec;
|
|
}
|
|
|
|
#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;
|
|
} |