116 lines
No EOL
2.7 KiB
CSS
116 lines
No EOL
2.7 KiB
CSS
table.results > thead > 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);
|
|
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.results > thead > tr > th span.pk {
|
|
background: url(themes/light/images/objects.png) no-repeat;
|
|
background-position: -8px -201px;
|
|
}
|
|
|
|
table.results > thead > tr > th span.uk {
|
|
background: url(themes/light/images/objects.png) no-repeat;
|
|
background-position: -8px -225px;
|
|
}
|
|
|
|
table.results > tbody > tr > td {
|
|
border-bottom: 1px solid #cdcdcd;
|
|
border-right: 1px solid #cdcdcd;
|
|
font-family: arial;
|
|
font-size: 9pt;
|
|
}
|
|
|
|
table.results > tbody > tr > td.tj {
|
|
background: #efefef;
|
|
}
|
|
|
|
table.results > tbody > tr > td.tnl {
|
|
color: red;
|
|
}
|
|
|
|
table.results > tbody > tr > td span.blob {
|
|
background: url(themes/light/images/blobs.png) no-repeat;
|
|
}
|
|
|
|
table.results > tbody > tr > td form.cell_editor_form {
|
|
border-width: 0;
|
|
}
|
|
|
|
table.results > tbody > tr > td input.cell_editor {
|
|
border: 2px solid #888;
|
|
box-shadow: 0 0 3px #777;
|
|
color: #131313;
|
|
font-family: arial;
|
|
font-size: 9pt;
|
|
font-weight: 400;
|
|
}
|
|
|
|
table.results tr:nth-child(even) {
|
|
background-color: #f6f6f6;
|
|
}
|
|
|
|
table.results > tbody > tr > td span.text {
|
|
background-position: -8px -14px;
|
|
}
|
|
|
|
table.results > tbody > tr > td span.bmp {
|
|
background-position: -8px -44px;
|
|
}
|
|
|
|
table.results > tbody > tr > td span.gif {
|
|
background-position: -8px -86px;
|
|
}
|
|
|
|
table.results > tbody > tr > td span.ico {
|
|
background-position: -8px -116px;
|
|
}
|
|
|
|
table.results > tbody > tr > td span.jpg {
|
|
background-position: -8px -160px;
|
|
}
|
|
|
|
table.results > tbody > tr > td span.png {
|
|
background-position: -8px -187px;
|
|
}
|
|
|
|
table.results > tbody > tr > td span.ser {
|
|
background-position: -8px -230px;
|
|
}
|
|
|
|
table.results > tbody > tr > td .cell_editlist {
|
|
border: 2px solid #888;
|
|
box-shadow: 0 0 3px #777;
|
|
color: #131313;
|
|
}
|
|
|
|
table.results > thead > tr > th div {
|
|
font-weight: 700;
|
|
}
|
|
|
|
table.results > tbody > tr > td span.i {
|
|
font-family: arial;
|
|
font-size: 9pt;
|
|
font-weight: 400;
|
|
}
|
|
|
|
table.results th {
|
|
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%);
|
|
} |