From 9f7ccd7170105fe3ddc763babadc3d78de201c29 Mon Sep 17 00:00:00 2001
From: PCoder
Date: Fri, 1 Feb 2019 08:29:20 +0100
Subject: [PATCH] Modify modal button styles
---
templates/gdpr/gdpr_banner.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/templates/gdpr/gdpr_banner.html b/templates/gdpr/gdpr_banner.html
index 30502d39..eb628b99 100644
--- a/templates/gdpr/gdpr_banner.html
+++ b/templates/gdpr/gdpr_banner.html
@@ -57,12 +57,12 @@
letter-spacing: 0.6px;
}
- button.gdpr:hover {
+ .gdpr-button:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
- button.gdpr {
+ .gdpr-button {
font-family: "Lato", sans-serif;
text-transform: none;
font-size: 14px;
@@ -308,8 +308,8 @@
{% endblocktrans %}
-