From 66dcbafaf615f03020a3062c41731c8e97ef2cf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 18 Mar 2022 10:48:09 +0100 Subject: [PATCH] fix: Use same color for all blue buttons Fix #339 --- website/web/sri.txt | 2 +- website/web/static/generic.css | 2 -- website/web/templates/body_hash.html | 2 +- website/web/templates/bulk_captures.html | 2 +- website/web/templates/capture.html | 2 +- website/web/templates/cookie_name.html | 2 +- website/web/templates/hostname.html | 2 +- website/web/templates/hostname_popup.html | 14 +++++++------- website/web/templates/index.html | 2 +- website/web/templates/macros.html | 12 ++++++------ website/web/templates/misp_push_view.html | 2 +- website/web/templates/search.html | 2 +- website/web/templates/tree.html | 4 ++-- website/web/templates/url.html | 2 +- website/web/templates/urls_rendered.html | 2 +- 15 files changed, 26 insertions(+), 28 deletions(-) diff --git a/website/web/sri.txt b/website/web/sri.txt index 8e0f05f..e7ac175 100644 --- a/website/web/sri.txt +++ b/website/web/sri.txt @@ -17,7 +17,7 @@ "exe.png": "pWwo9nBLtEss/UJ173zHa6/RpySUyz/XMdNhWc6aRIvwwHMO6a+fLmu2K6TbvO3Jbg4VYL2Af4yhHPyhH3ZeTw==", "favicon.ico": "KOmrfwRbOQqhhwSeBkNpMRAxSVMmmLg+2kRMg9iSv7OWjE9spJc7x4MKB4AE/hi0knaV7UBVctAU6XZ7AC72ZA==", "font.png": "RwoQkj9dT9SLUL2F7cAA16Nat9t2hDb58eQlHF9ThUar829p0INUXG+5XuDaFOC8SsmCZK5vw2f+YAQ6mLC1Qw==", - "generic.css": "UaM+KYbK+TMeT50HWjeCYOVQilq1J9UrtHAhcbCxVX+Y+2f3GiqT3ylDNevDEXhNSSLlWIVsGEgsdZyd1vJ8TQ==", + "generic.css": "6pYUMp7DzXI/O531PJ2PIB0/ce0TdIWEOEC4RfpcbMK2SRgKkZfGn12aixsTJEzAkF8Ao0/Bz405v3Bl0f7RUQ==", "generic.js": "c/p+6Dk2kcwd9T9kf/IfoCX/ZU+VbtlUGYBo3qNSzwoUYC1soWwdIwM5rFxwxz9a1tORc/Wu0EFCPRw4ZwbqkQ==", "html.png": "T7pZrb8MMDsA/JV/51hu+TOglTqlxySuEVY0rpDjTuAEyhzk2v+W4kYrj7vX+Tp3n2d2lvVD08PwhCG62Yfbzg==", "ifr.png": "rI5YJypmz1QcULRf9UaOYSqV4tPUSxUdLAycoYzCwywt4Pw4eWzBg9SUr769VyIimoiIyJR+aNuoIA4p5WO2fQ==", diff --git a/website/web/static/generic.css b/website/web/static/generic.css index 7e54009..c7e80c2 100644 --- a/website/web/static/generic.css +++ b/website/web/static/generic.css @@ -4,8 +4,6 @@ height: 60px; font-size: 25px; font-weight: 500; - color: #ffffff; - background-color: #0000ff; border: 10px; border-radius: 50px; box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19); diff --git a/website/web/templates/body_hash.html b/website/web/templates/body_hash.html index a56cd3b..6c5ed47 100644 --- a/website/web/templates/body_hash.html +++ b/website/web/templates/body_hash.html @@ -27,7 +27,7 @@

{{ body_hash }}

{% if from_popup %} - + {% endif %}
diff --git a/website/web/templates/bulk_captures.html b/website/web/templates/bulk_captures.html index f70068a..ec3ccfb 100644 --- a/website/web/templates/bulk_captures.html +++ b/website/web/templates/bulk_captures.html @@ -20,7 +20,7 @@ {% block content %}

Ongoing captures

- +
The captures below are queued, it will take a few minutes before the links are working
diff --git a/website/web/templates/capture.html b/website/web/templates/capture.html index 91d555f..29ae2a1 100644 --- a/website/web/templates/capture.html +++ b/website/web/templates/capture.html @@ -183,7 +183,7 @@

- +
diff --git a/website/web/templates/cookie_name.html b/website/web/templates/cookie_name.html index 51a90ae..4d726d6 100644 --- a/website/web/templates/cookie_name.html +++ b/website/web/templates/cookie_name.html @@ -24,7 +24,7 @@ {% block content %}

{{ cookie_name }}

- +
diff --git a/website/web/templates/hostname.html b/website/web/templates/hostname.html index 4dd8575..2fb30da 100644 --- a/website/web/templates/hostname.html +++ b/website/web/templates/hostname.html @@ -30,7 +30,7 @@ {% block content %}

{{ url }}

- +
diff --git a/website/web/templates/hostname_popup.html b/website/web/templates/hostname_popup.html index e30ed73..00f1ce0 100644 --- a/website/web/templates/hostname_popup.html +++ b/website/web/templates/hostname_popup.html @@ -70,16 +70,16 @@ {# Headers #}

{{ hostnode.name }}

- + {% if uwhois_available %} - + Download whois entry {% endif %} - + Download all URLs as text - + Download all Hashes as text
@@ -140,7 +140,7 @@ {% if url['cookies_sent'] %}

This request contains cookies. - @@ -215,7 +215,7 @@ {% if url['embedded_ressources'] %} {# Details on embedded resources #}

This response contains embedded ressources - @@ -255,7 +255,7 @@ {% if url['cookies_received'] %}

This response contains cookies. - diff --git a/website/web/templates/index.html b/website/web/templates/index.html index 7fe9003..f37831c 100644 --- a/website/web/templates/index.html +++ b/website/web/templates/index.html @@ -76,7 +76,7 @@ $(document).ready(function () {

Web forensics tool


- +

{{ render_messages(container=True, dismissible=True) }} diff --git a/website/web/templates/macros.html b/website/web/templates/macros.html index 637d8eb..2a6e5e7 100644 --- a/website/web/templates/macros.html +++ b/website/web/templates/macros.html @@ -32,7 +32,7 @@
{{ mt }} - @@ -125,7 +125,7 @@ - + @@ -133,7 +133,7 @@ {% macro get_ressource_button(capture_uuid, urlnode_uuid, hash, text, can_preview=False) %}
- @@ -251,7 +251,7 @@ {{ cookie_name_value[0] }}={{ shorten_string(cookie_name_value[1], 200) }} -
{{ button_text }} - + {% endif %} {% endfor %} diff --git a/website/web/templates/misp_push_view.html b/website/web/templates/misp_push_view.html index b480d6f..43969ad 100644 --- a/website/web/templates/misp_push_view.html +++ b/website/web/templates/misp_push_view.html @@ -35,6 +35,6 @@ {% endif %} - +
diff --git a/website/web/templates/search.html b/website/web/templates/search.html index 6470927..3666fed 100644 --- a/website/web/templates/search.html +++ b/website/web/templates/search.html @@ -54,7 +54,7 @@ - + {% endblock %} diff --git a/website/web/templates/tree.html b/website/web/templates/tree.html index ec44d8a..4827068 100644 --- a/website/web/templates/tree.html +++ b/website/web/templates/tree.html @@ -490,9 +490,9 @@
{% endif %} {% if blur_screenshot %} - + {% endif %} - Download + Download

diff --git a/website/web/templates/url.html b/website/web/templates/url.html index 554df7f..e60b4ce 100644 --- a/website/web/templates/url.html +++ b/website/web/templates/url.html @@ -31,7 +31,7 @@ {% block content %}

{{ url }}

- +
diff --git a/website/web/templates/urls_rendered.html b/website/web/templates/urls_rendered.html index 0b981e3..2602fbf 100644 --- a/website/web/templates/urls_rendered.html +++ b/website/web/templates/urls_rendered.html @@ -7,6 +7,6 @@ {% endfor %} - +