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

Unified Diff: remoting/webapp/crd/html/butter_bar.css

Issue 2887573002: Add deprecation messages. (Closed)
Patch Set: Restore clock in tearDown. Created 3 years, 7 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 | « remoting/resources/remoting_strings.grd ('k') | remoting/webapp/crd/js/butter_bar.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/html/butter_bar.css
diff --git a/remoting/webapp/crd/html/butter_bar.css b/remoting/webapp/crd/html/butter_bar.css
index 61a142a17dd6177dcca74dab21ca9d13a25ddeb0..243ebddfa98b56f79691d9057b9c5a5f62e19dc2 100644
--- a/remoting/webapp/crd/html/butter_bar.css
+++ b/remoting/webapp/crd/html/butter_bar.css
@@ -33,6 +33,11 @@
margin: auto;
}
+#butter-bar.red > p {
+ background-color: #f9bebe;
+ border: 1px solid #f06d6d;
+}
+
#butter-bar a {
color: inherit;
text-decoration: underline;
« no previous file with comments | « remoting/resources/remoting_strings.grd ('k') | remoting/webapp/crd/js/butter_bar.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698