From fec9e5ff0dc92b576177c4987616dbbb257bc924 Mon Sep 17 00:00:00 2001 From: Fernando Claussen Date: Fri, 13 Jul 2018 13:35:20 -0400 Subject: [PATCH] Changing data-tooltip to data-gdprtooltip --- admin/partials/settings.php | 34 +++++++++++----------- admin/partials/templates/tmpl-consents.php | 6 ++-- admin/partials/templates/tmpl-cookies.php | 10 +++---- src/css/admin/_tooltips.scss | 4 +-- 4 files changed, 27 insertions(+), 27 deletions(-) diff --git a/admin/partials/settings.php b/admin/partials/settings.php index a49cc234..fe830e75 100755 --- a/admin/partials/settings.php +++ b/admin/partials/settings.php @@ -13,7 +13,7 @@ - + @@ -27,7 +27,7 @@ - + @@ -59,7 +59,7 @@ - + @@ -72,7 +72,7 @@ - + @@ -85,7 +85,7 @@ - + @@ -127,7 +127,7 @@ - + @@ -140,7 +140,7 @@ - + @@ -237,7 +237,7 @@ @@ -251,7 +251,7 @@ @@ -271,7 +271,7 @@ @@ -287,7 +287,7 @@ @@ -299,7 +299,7 @@ @@ -324,7 +324,7 @@ @@ -338,7 +338,7 @@ @@ -377,7 +377,7 @@ @@ -396,7 +396,7 @@ @@ -408,7 +408,7 @@ diff --git a/admin/partials/templates/tmpl-consents.php b/admin/partials/templates/tmpl-consents.php index 79c0af2f..5e5b59b6 100644 --- a/admin/partials/templates/tmpl-consents.php +++ b/admin/partials/templates/tmpl-consents.php @@ -9,7 +9,7 @@ @@ -28,7 +28,7 @@ @@ -40,7 +40,7 @@ diff --git a/admin/partials/templates/tmpl-cookies.php b/admin/partials/templates/tmpl-cookies.php index 790d45fa..2d4f02dd 100644 --- a/admin/partials/templates/tmpl-cookies.php +++ b/admin/partials/templates/tmpl-cookies.php @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ @@ -42,7 +42,7 @@ @@ -58,7 +58,7 @@ @@ -70,7 +70,7 @@ diff --git a/src/css/admin/_tooltips.scss b/src/css/admin/_tooltips.scss index 53794991..c736ad43 100644 --- a/src/css/admin/_tooltips.scss +++ b/src/css/admin/_tooltips.scss @@ -1,5 +1,5 @@ /* Add this attribute to the element that needs a tooltip */ -[data-tooltip] { +[data-gdprtooltip] { position: relative; z-index: 9999; cursor: pointer; @@ -22,7 +22,7 @@ background-color: #000; background-color: hsla(0, 0%, 20%, 0.9); color: #fff; - content: attr(data-tooltip); + content: attr(data-gdprtooltip); text-align: center; font-size: 14px; line-height: 1.2;