* hydra: more minor css tweaks
This commit is contained in:
parent
557805a21a
commit
7820346962
|
@ -61,7 +61,7 @@
|
||||||
|
|
||||||
|
|
||||||
[% BLOCK renderBuildList %]
|
[% BLOCK renderBuildList %]
|
||||||
<table class="buildList tablesorter[% IF !showSchedulingInfo %] queue[% END %]">
|
<table class="buildList tablesorter[% IF !showSchedulingInfo %] clean[% END %]">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
[% IF !hideResultInfo %]
|
[% IF !hideResultInfo %]
|
||||||
|
|
|
@ -41,11 +41,11 @@ th {
|
||||||
background-color:#E6EEEE;
|
background-color:#E6EEEE;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.tablesorter tr:nth-child(even) {
|
table.tablesorter:not(.clean) tr:nth-child(even) {
|
||||||
background-color: #efefef;
|
background-color: #efefef;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.tablesorter tr:nth-child(odd) {
|
table.tablesorter:not(.clean) tr:nth-child(odd) {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue