changeset 29626:4317aa562580 stable

gitweb: make annotate popup use theme colors
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 25 Jul 2016 12:33:18 +0800
parents 6e4da488f955
children 1811a33c732f
files mercurial/templates/static/style-gitweb.css tests/test-hgweb.t
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;
--- 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;