Mercurial > hg-stable
changeset 35057:7790c4243f8f
paper: apply styles from annotate tooltip to followlines popup
These new colors and styles are already used in the tooltip that gets shown
when user hovers over line numbers on annotate page. The old styles, replaced
in this patch, look completely unrelated to paper or any other hgweb theme.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Fri, 10 Nov 2017 18:45:43 +0800 |
parents | e61d661b0350 |
children | b445fc69b86c |
files | mercurial/templates/static/style-paper.css |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/templates/static/style-paper.css Fri Nov 10 09:44:49 2017 -0800 +++ b/mercurial/templates/static/style-paper.css Fri Nov 10 18:45:43 2017 +0800 @@ -295,10 +295,9 @@ } div#followlines { - background-color: #B7B7B7; - border: 1px solid #CCC; - border-radius: 5px; - padding: 4px; + background-color: #FFF; + border: 1px solid #999; + padding: 5px; position: fixed; }