From b5239058ec37e30ae49527829e513edad8d8f5fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Tue, 5 Mar 2019 20:57:21 +0100 Subject: [PATCH] Replace map shadow by css gradients --- img/shadow_left.png | Bin 144 -> 0 bytes img/shadow_top.png | Bin 151 -> 0 bytes lib/modulekit/lang | 2 +- style.css | 6 ++---- 4 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 img/shadow_left.png delete mode 100644 img/shadow_top.png diff --git a/img/shadow_left.png b/img/shadow_left.png deleted file mode 100644 index 0839fd623da5d5c49280a5b83d71fb05aa3d8167..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 144 zcmeAS@N?(olHy`uVBq!ia0vp^tUxTs!3HFs)Lq#Nq*&4&eH|GX)}JtE?Rp91OP07s zlmzFem6RtIr7}3CFdh=kb{|BU++iH(teWXh{pM39&YZ>sS*qaju<#J qv^F+AJnazqr*45xowa}%Gs8)L7X3#8{ZE1F89ZJ6T-G@yGywoKMJQwd diff --git a/lib/modulekit/lang b/lib/modulekit/lang index 40d2e911..1ee4ff78 160000 --- a/lib/modulekit/lang +++ b/lib/modulekit/lang @@ -1 +1 @@ -Subproject commit 40d2e911bf43708b26aea633e53cd3d6e6884312 +Subproject commit 1ee4ff782c9addb951cbf416bcafb59ac618bcff diff --git a/style.css b/style.css index 3571b2f4..f88b3854 100644 --- a/style.css +++ b/style.css @@ -39,8 +39,7 @@ a:active { bottom: 0; width: 5px; z-index: 10000; - background-image: url(img/shadow_left.png); - background-repeat: repeat-y; + background: linear-gradient(to right, #5656566f, #56565600); } #sidebar { @@ -197,8 +196,7 @@ a:active { bottom: auto; height: 5px; width: auto; - background-image: url(img/shadow_top.png); - background-repeat: repeat-x; + background: linear-gradient(to bottom, #5656566f, #56565600); } #sidebar > #content { overflow: visible;