From 7c268f32c257fc0848dcfb53f4ee09542fb30f44 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Wed, 24 Apr 2024 14:55:29 +0200 Subject: [PATCH 1/4] fix black info button --- css/index.css | 1 + templates/partials/header_custom.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index 12232bb..9725add 100644 --- a/css/index.css +++ b/css/index.css @@ -198,6 +198,7 @@ header { padding: 0 !important; border: none !important; box-shadow: none !important; + background-color: transparent !important; } .quicklinks { diff --git a/templates/partials/header_custom.html b/templates/partials/header_custom.html index be97ef6..5ff0275 100644 --- a/templates/partials/header_custom.html +++ b/templates/partials/header_custom.html @@ -45,7 +45,7 @@ {% else %}
{% set button_id = header_label ~ "-menu-btn" | slugify %} - From 2f681027ca464c0f1e8b7cbf6a38ac252f15af02 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Wed, 24 Apr 2024 15:07:57 +0200 Subject: [PATCH 2/4] fix black info button --- css/index.css | 7 ------- templates/partials/header_custom.html | 4 ++-- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/css/index.css b/css/index.css index 9725add..ed7970c 100644 --- a/css/index.css +++ b/css/index.css @@ -165,13 +165,6 @@ header .freeflow div, #info-menu div, #info-mobile-menu div { font-weight: 700 !important; } -button { - background-color: #1a1a1a; - border-radius: 20px; - border: 2px solid white; - box-shadow: none; - font-size: 20px; -} button { background-color: #1a1a1a; diff --git a/templates/partials/header_custom.html b/templates/partials/header_custom.html index 5ff0275..3c5139f 100644 --- a/templates/partials/header_custom.html +++ b/templates/partials/header_custom.html @@ -16,13 +16,13 @@
- -
- -
- -
- - diff --git a/templates/partials/header_custom.html b/templates/partials/header_custom.html index d98c7cd..3e71e83 100644 --- a/templates/partials/header_custom.html +++ b/templates/partials/header_custom.html @@ -45,7 +45,7 @@ {% else %}
{% set button_id = header_label ~ "-menu-btn" | slugify %} - @@ -111,7 +111,7 @@ {% else %} {% set button_id = header_label ~ "-mobile-menu-btn" | slugify %} -