diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-09-27 11:06:21 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-09-28 14:03:18 +0200 |
commit | c28cb95b39c4f5b76301dfb4d461bc88f8c8c1e6 (patch) | |
tree | 11c058c3e876d98c03dfa2625f2db0b55f35a0ea /src/hydrilla/proxy/web_ui | |
parent | ba580db6b07d6fcb4877259f13052ddee34afb90 (diff) | |
download | haketilo-hydrilla-c28cb95b39c4f5b76301dfb4d461bc88f8c8c1e6.tar.gz haketilo-hydrilla-c28cb95b39c4f5b76301dfb4d461bc88f8c8c1e6.zip |
[proxy] change button separator's color to gray in the web UI
Diffstat (limited to 'src/hydrilla/proxy/web_ui')
-rw-r--r-- | src/hydrilla/proxy/web_ui/templates/base.html.jinja | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |