From c28cb95b39c4f5b76301dfb4d461bc88f8c8c1e6 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 27 Sep 2022 11:06:21 +0200 Subject: [proxy] change button separator's color to gray in the web UI --- src/hydrilla/proxy/web_ui/templates/base.html.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hydrilla/proxy/web_ui/templates/base.html.jinja b/src/hydrilla/proxy/web_ui/templates/base.html.jinja index 493398a..37930e2 100644 --- a/src/hydrilla/proxy/web_ui/templates/base.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/base.html.jinja @@ -123,7 +123,7 @@ code in a proprietary work, I am not going to enforce this in court. } .button-row-separator { - background-color: #65A065; + background-color: #888; flex: 0 0 2px; } -- cgit v1.2.3