[PATCH 2 of 4 STABLE] gitweb: make annotate popup use theme colors

Anton Shestakov av6 at dwimlabs.net
Mon Jul 25 01:09:01 EDT 2016


# HG changeset patch
# User Anton Shestakov <av6 at dwimlabs.net>
# Date 1469421198 -28800
#      Mon Jul 25 12:33:18 2016 +0800
# Branch stable
# Node ID d81d5913e7e05838624931ce3aade48858f6882e
# Parent  9044a9b6c829e4dd919623eac1ee153264aaa14c
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;


More information about the Mercurial-devel mailing list