# HG changeset patch # User Anton Shestakov # Date 2016-07-25 04:33:18 # Node ID 4317aa5625801c5976c08605d8549cb8476fa6d2 # Parent 6e4da488f955156304043c721496194335fb3116 gitweb: make annotate popup use theme colors diff --git a/mercurial/templates/static/style-gitweb.css b/mercurial/templates/static/style-gitweb.css --- a/mercurial/templates/static/style-gitweb.css +++ b/mercurial/templates/static/style-gitweb.css @@ -59,7 +59,7 @@ div.annotate-info { display: none; position: absolute; background-color: #FFFFFF; - border: 1px solid #000000; + border: 1px solid #d9d8d1; text-align: left; color: #000000; padding: 5px; diff --git a/tests/test-hgweb.t b/tests/test-hgweb.t --- a/tests/test-hgweb.t +++ b/tests/test-hgweb.t @@ -404,7 +404,7 @@ static file display: none; position: absolute; background-color: #FFFFFF; - border: 1px solid #000000; + border: 1px solid #d9d8d1; text-align: left; color: #000000; padding: 5px;