Submitter | Anton Shestakov |
---|---|
Date | Nov. 10, 2017, 12:39 p.m. |
Message ID | <a78d4fc414f798adcbfc.1510317544@neuro> |
Download | mbox | patch |
Permalink | /patch/25459/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/templates/static/style-paper.css b/mercurial/templates/static/style-paper.css --- a/mercurial/templates/static/style-paper.css +++ b/mercurial/templates/static/style-paper.css @@ -295,10 +295,9 @@ pre.sourcelines > span.followlines-selec } 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; }