From fabbd2e9bbef67c1702f833278dcb0cd5b6d502f Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 8 Oct 2023 20:09:57 +0300 Subject: [PATCH] imagine supporting browser versions pre-2013 --- files/assets/css/main.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 9a0e4bb460..4773e48745 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -5824,8 +5824,7 @@ html { padding: 2px 5px 3px 5px; border-radius: 5px; color:white!important; - background: -moz-linear-gradient(180deg, red, orange, yellow, green, blue, indigo, violet); - background: -webkit-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet ); + background: linear-gradient(left, red, orange, yellow, green, blue, indigo, violet ); text-shadow:-1px -1px 0 black,1px -1px 0 black,-1px 1px 0 black,1px 1px 0 black; } @@ -6576,8 +6575,7 @@ g { margin: 5px 1px; border-radius: 5px; color:white!important; - background: -moz-linear-gradient(180deg, red, orange, yellow, green, blue, indigo, violet); - background: -webkit-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet ); + background: linear-gradient(left, red, orange, yellow, green, blue, indigo, violet ); text-shadow:-1px -1px 0 black,1px -1px 0 black,-1px 1px 0 black,1px 1px 0 black; font-weight: 600; border: 2px solid var(--primary); @@ -6646,8 +6644,7 @@ g { .btn-rainbow { color:white !important; - background: -moz-linear-gradient(180deg, red, orange, yellow, green, blue, indigo, violet) !important; - background: -webkit-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet ) !important; + background: linear-gradient(left, red, orange, yellow, green, blue, indigo, violet ) !important; text-shadow:-1px -1px 0 black,1px -1px 0 black,-1px 1px 0 black,1px 1px 0 black !important; }