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

Unified Diff: appengine/swarming/ui/res/imp/common/single-page-style.html

Issue 2670163002: Make wide logs an option in task-page (Closed)
Patch Set: Created 3 years, 11 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
Index: appengine/swarming/ui/res/imp/common/single-page-style.html
diff --git a/appengine/swarming/ui/res/imp/common/single-page-style.html b/appengine/swarming/ui/res/imp/common/single-page-style.html
index 6ab89133b4e8004543ab0c9f9bf64a63d89875d8..28073e8bad89c6261ada9e30db00357247f544cd 100644
--- a/appengine/swarming/ui/res/imp/common/single-page-style.html
+++ b/appengine/swarming/ui/res/imp/common/single-page-style.html
@@ -83,6 +83,10 @@
background-color: #cccccc;
}
+ paper-checkbox {
+ --paper-checkbox-checked-color: #1F78B4;
+ }
+
</style>
</template>
</dom-module>

Powered by Google App Engine
This is Rietveld 408576698