From e8c5090714a8d4ae0eeb3da3ff14233bd825941d Mon Sep 17 00:00:00 2001 From: Chris Green <42483-trackleft2@users.noreply.drupalcode.org> Date: Fri, 9 May 2025 14:50:18 +0000 Subject: [PATCH 1/2] Update CSS to match patch --- css/environment_indicator.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css/environment_indicator.css b/css/environment_indicator.css index 335a686..80133d0 100644 --- a/css/environment_indicator.css +++ b/css/environment_indicator.css @@ -6,12 +6,14 @@ text-align: center; white-space: nowrap; color: white; - text-shadow: 0 -1px 1px #333; font-weight: bold; + font-size: 12px; + font-family: sans-serif; + line-height: 1; z-index: 10; left: 0; right: 0; - padding: 5px; + padding: 8px; background-image: linear-gradient(bottom, rgba(207,207,207,0.3) 19%, rgba(250,250,250,0.3) 60%, rgba(255,255,255,0.3) 80%); } -- GitLab From 5c648ca34cbb6c18e9995ec2789744b967ac5321 Mon Sep 17 00:00:00 2001 From: Chris Green <42483-trackleft2@users.noreply.drupalcode.org> Date: Thu, 15 May 2025 05:04:43 +0000 Subject: [PATCH 2/2] Edit environment_indicator.css --- css/environment_indicator.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/environment_indicator.css b/css/environment_indicator.css index 80133d0..83ff087 100644 --- a/css/environment_indicator.css +++ b/css/environment_indicator.css @@ -6,9 +6,9 @@ text-align: center; white-space: nowrap; color: white; - font-weight: bold; font-size: 12px; font-family: sans-serif; + font-weight: bold; line-height: 1; z-index: 10; left: 0; -- GitLab