| Index: Tools/GardeningServer/ui/ct-results-by-builder.html
|
| diff --git a/Tools/GardeningServer/ui/ct-results-by-builder.html b/Tools/GardeningServer/ui/ct-results-by-builder.html
|
| index e7e722f15c8ef46cabfd2e3a194fd2ed2801028c..cf5fee8abfdbc3ae9e2ee46578a7fed107d457ed 100644
|
| --- a/Tools/GardeningServer/ui/ct-results-by-builder.html
|
| +++ b/Tools/GardeningServer/ui/ct-results-by-builder.html
|
| @@ -15,6 +15,17 @@ found in the LICENSE file.
|
| :host {
|
| display: block;
|
| }
|
| + paper-tabs::shadow #selectionBar {
|
| + background-color: #212121;
|
| + height: 4px;
|
| + }
|
| + paper-tab {
|
| + border: 1px solid #212121;
|
| + border-radius: 5px 5px 0 0;
|
| + }
|
| + paper-tab::shadow #ink {
|
| + color: #212121;
|
| + }
|
| </style>
|
| <paper-tabs selected="{{ selected }}">
|
| <template repeat="{{ builder in builders }}">
|
|
|