From 1e7fd557dd80ac1e8a8b07d0413a495c00d69495 Mon Sep 17 00:00:00 2001 From: Jeff Arneson Date: Wed, 10 Sep 2014 13:55:39 -0700 Subject: [PATCH] Make the text generated by showAnnotations more noticable in docs Made the foreground of the "included in docs by annotation..." orange, the same color used in the header of the docs page. This text is inserted when the showAnnotations flag is used with doclava Change-Id: I56e0b2060ed42cd0d077fff149d578d31c763f95 --- tools/droiddoc/templates-sdk/assets/css/default.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/droiddoc/templates-sdk/assets/css/default.css b/tools/droiddoc/templates-sdk/assets/css/default.css index b3ee207a7b..75d932f144 100644 --- a/tools/droiddoc/templates-sdk/assets/css/default.css +++ b/tools/droiddoc/templates-sdk/assets/css/default.css @@ -7334,4 +7334,5 @@ a.home-new-cta-btn:hover, .annotation-message { display: block; font-style: italic; -} \ No newline at end of file + color: #F80; +}