# HG changeset patch # User Anton Shestakov # Date 1469421198 -28800 # Node ID 4317aa5625801c5976c08605d8549cb8476fa6d2 # Parent 6e4da488f955156304043c721496194335fb3116 gitweb: make annotate popup use theme colors diff -r 6e4da488f955 -r 4317aa562580 mercurial/templates/static/style-gitweb.css --- a/mercurial/templates/static/style-gitweb.css Mon Jul 25 12:22:17 2016 +0800 +++ b/mercurial/templates/static/style-gitweb.css Mon Jul 25 12:33:18 2016 +0800 @@ -59,7 +59,7 @@ display: none; position: absolute; background-color: #FFFFFF; - border: 1px solid #000000; + border: 1px solid #d9d8d1; text-align: left; color: #000000; padding: 5px; diff -r 6e4da488f955 -r 4317aa562580 tests/test-hgweb.t --- a/tests/test-hgweb.t Mon Jul 25 12:22:17 2016 +0800 +++ b/tests/test-hgweb.t Mon Jul 25 12:33:18 2016 +0800 @@ -404,7 +404,7 @@ display: none; position: absolute; background-color: #FFFFFF; - border: 1px solid #000000; + border: 1px solid #d9d8d1; text-align: left; color: #000000; padding: 5px;