Skip to content
Snippets Groups Projects
Commit 7790c424 authored by Anton Shestakov's avatar Anton Shestakov
Browse files

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.
parent e61d661b
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment