diff options
author | Jeff Arneson <jarneson@google.com> | 2014-09-10 13:55:39 -0700 |
---|---|---|
committer | Jeff Arneson <jarneson@google.com> | 2014-09-10 21:20:12 +0000 |
commit | 1e7fd557dd80ac1e8a8b07d0413a495c00d69495 (patch) | |
tree | aaabaf1792a9065cc421f13cb92eec61c061cc85 /tools | |
parent | f0d5324fdcd16613a0747c050045bb7445d49516 (diff) | |
download | build-1e7fd557dd80ac1e8a8b07d0413a495c00d69495.zip build-1e7fd557dd80ac1e8a8b07d0413a495c00d69495.tar.gz build-1e7fd557dd80ac1e8a8b07d0413a495c00d69495.tar.bz2 |
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
Diffstat (limited to 'tools')
-rw-r--r-- | tools/droiddoc/templates-sdk/assets/css/default.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/droiddoc/templates-sdk/assets/css/default.css b/tools/droiddoc/templates-sdk/assets/css/default.css index b3ee207..75d932f 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; +} |