Mercurial > hg
changeset 29628:6217180f9ab8 stable
spartan: make annotate popup use theme colors
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Mon, 25 Jul 2016 12:59:52 +0800 |
parents | 1811a33c732f |
children | b33c0c38d68f |
files | mercurial/templates/static/style.css tests/test-hgweb-commands.t |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/templates/static/style.css Mon Jul 25 12:37:58 2016 +0800 +++ b/mercurial/templates/static/style.css Mon Jul 25 12:59:52 2016 +0800 @@ -16,7 +16,7 @@ display: none; position: absolute; background-color: #FFFFFF; - border: 1px solid #000000; + border: 1px solid #888; text-align: left; color: #000000; padding: 5px;
--- a/tests/test-hgweb-commands.t Mon Jul 25 12:37:58 2016 +0800 +++ b/tests/test-hgweb-commands.t Mon Jul 25 12:59:52 2016 +0800 @@ -1969,7 +1969,7 @@ display: none; position: absolute; background-color: #FFFFFF; - border: 1px solid #000000; + border: 1px solid #888; text-align: left; color: #000000; padding: 5px;