5 border: 1px solid #ccc;
15 border: 1px solid #ccc;
23 border: 1px solid #ccc;
29 #buildersView .testResults {
46 border-collapse: collapse;
47 border: 0px solid #fff;
52 .resultsTable caption {
60 .resultsTable thead th {
67 border: 0px solid #fff;
73 .resultsTable .passingRate {
83 .resultsTable .passingRate {
87 .resultsTable .resultCell {
88 display: inline-block;
90 vertical-align: bottom;
98 background-repeat: no-repeat;
99 background-position: right 10px center;
102 .resultsTable th.headerSortUp {
103 background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='6'><polygon points='0,0 8,0 4,6' fill='#999'/></svg>");
106 .resultsTable th.headerSortDown {
107 background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8'><polygon points='0,6 8,6 4,0' fill='#999'/></svg>");
110 .resultsTable tbody tr:hover {
111 background-color: #eee;
114 .resultsTable .externalTestLink {
116 display: inline-block;
119 background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><circle cx='10' cy='8' r='5' fill='transparent' stroke='#999'></circle><polygon points='8,5 13,8 8,11' fill='#999'/></svg>");
120 background-repeat: no-repeat;
121 background-position: right center;
129 .resultsTable a:visited {
133 .resultsTable .resultCell a {
143 text-decoration: none;
146 .resultsTable .PASS a {
147 background-color: #0c3;
150 .resultsTable .TEXT a {
151 background-color: #c33;
154 .resultsTable .IMAGE a {
155 background-color: #fc3;
158 .resultsTable .TEXT.PASS a {
159 background-color: #cf3;
162 .resultsTable .CRASH a {
163 background-color: #f00;
166 .resultsTable .TIMEOUT a {
167 background-color: #000;
176 border: 1px solid #ccc;
184 .candidateWindow em {
185 background-color: #ccc;
189 .candidateWindow .selected {
190 background-color: #0cf;
220 border-color: #333 transparent transparent transparent;
233 text-decoration: underline;