Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2211)

Unified Diff: Tools/GardeningServer/ui/ct-results-by-builder.html

Issue 462363003: Make a bunch of static changes to sheriff-o-matic. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: a few more tweaks Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Tools/GardeningServer/ui/ct-failure-stream.html ('k') | Tools/GardeningServer/ui/ct-revision-details.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 }}">
« no previous file with comments | « Tools/GardeningServer/ui/ct-failure-stream.html ('k') | Tools/GardeningServer/ui/ct-revision-details.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698