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

Unified Diff: Tools/GardeningServer/styles/common.css

Issue 316033002: [GOM] Warn when the roll is running behind (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Even better change! Created 6 years, 6 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/scripts/ui_unittests.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/styles/common.css
diff --git a/Tools/GardeningServer/styles/common.css b/Tools/GardeningServer/styles/common.css
index 7d00e61d72c37ee5f9bb9b376ddac920f1979e53..c3f48cae8d7c9df4d376047fbf28a50744a15381 100644
--- a/Tools/GardeningServer/styles/common.css
+++ b/Tools/GardeningServer/styles/common.css
@@ -103,3 +103,19 @@ button.default:hover {
.clear {
clear: both;
}
+
+/*** Visual escalation ***/
+
+.warning {
+ color: white;
+ background-color: #ffc343;
+ font-weight: bold;
+ font-size: 2em;
+}
+
+.critical {
+ color: white;
+ background-color: #e98080;
+ font-weight: bold;
+ font-size: 3em;
+}
« no previous file with comments | « Tools/GardeningServer/scripts/ui_unittests.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698