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

Augie Fackler raf at durin42.com
Mon Jul 25 08:53:38 EDT 2016


On Mon, Jul 25, 2016 at 01:09:03PM +0800, Anton Shestakov wrote:
> # HG changeset patch
> # User Anton Shestakov <av6 at dwimlabs.net>
> # Date 1469422792 -28800
> #      Mon Jul 25 12:59:52 2016 +0800
> # Branch stable
> # Node ID a10db3eb27c7112ebe53d429978d42f2932cff90
> # Parent  7a0b6da9f5ced61cd159fe7f2bbc7aec1b069ff6
> spartan: make annotate popup use theme colors

These are queued, thanks

>
> diff --git a/mercurial/templates/static/style.css b/mercurial/templates/static/style.css
> --- a/mercurial/templates/static/style.css
> +++ b/mercurial/templates/static/style.css
> @@ -16,7 +16,7 @@ div.annotate-info {
>    display: none;
>    position: absolute;
>    background-color: #FFFFFF;
> -  border: 1px solid #000000;
> +  border: 1px solid #888;
>    text-align: left;
>    color: #000000;
>    padding: 5px;
> diff --git a/tests/test-hgweb-commands.t b/tests/test-hgweb-commands.t
> --- a/tests/test-hgweb-commands.t
> +++ b/tests/test-hgweb-commands.t
> @@ -1969,7 +1969,7 @@ Static files
>      display: none;
>      position: absolute;
>      background-color: #FFFFFF;
> -    border: 1px solid #000000;
> +    border: 1px solid #888;
>      text-align: left;
>      color: #000000;
>      padding: 5px;
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at mercurial-scm.org
> https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


More information about the Mercurial-devel mailing list