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 szko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/utils.scm
AgeCommit message (Expand)Author
2024-04-15utils: Don’t re-export ‘call-with-temporary-output-file’....Ludovic Courtès
2024-02-23utils: Add find-definition-insertion-location procedure....Herman Rimm
2024-02-23utils: Add insert-expression procedure....Herman Rimm
2023-12-11guix: Add target-avr?....Jean-Pierre De Jesus DIAZ
2021-07-14utils: Define a target-x86-32? and target-x86-64? predicate....Maxime Devos
2021-07-14utils: Define 'target-linux?' predicate....Maxime Devos
2021-02-03utils: Add string distance....zimoun
2021-02-01utils: Add 'version-unique-prefix'....Ludovic Courtès
2021-01-13utils: Support zstd compression via Guile-zstd....Ludovic Courtès
2021-01-13utils: Remove 'compressed-output-port'....Ludovic Courtès
2020-08-24Use "guile-zlib" and "guile-lzlib" instead of (guix config)....Mathieu Othacehe
2019-06-20utils: canonical-newline-port: Fix handling of carriage return at buffer end....Robert Vollmert
2019-05-27utils: Support compression and decompression with lzip....Ludovic Courtès
2019-05-27utils: Test 'compressed-port' and 'decompressed-port' for both gzip and xz....Ludovic Courtès