[PATCH 1 of 4 STABLE] paper: make annotate popup use theme colors

Anton Shestakov av6 at dwimlabs.net
Mon Jul 25 05:09:00 UTC 2016


# HG changeset patch
# User Anton Shestakov <av6 at dwimlabs.net>
# Date 1469420537 -28800
#      Mon Jul 25 12:22:17 2016 +0800
# Branch stable
# Node ID 9044a9b6c829e4dd919623eac1ee153264aaa14c
# Parent  9c2cc107547fd701a7604349632f2f590366f17c
paper: make annotate popup use theme colors

diff --git a/mercurial/templates/static/style-paper.css b/mercurial/templates/static/style-paper.css
--- a/mercurial/templates/static/style-paper.css
+++ b/mercurial/templates/static/style-paper.css
@@ -214,7 +214,7 @@ div.annotate-info {
   display: none;
   position: absolute;
   background-color: #FFFFFF;
-  border: 1px solid #000000;
+  border: 1px solid #999;
   text-align: left;
   color: #000000;
   padding: 5px;


More information about the Mercurial-devel mailing list