From 2dcc2db2eeae1245d854d185ad0060af09853a55 Mon Sep 17 00:00:00 2001 From: abdULKUDDUS Date: Wed, 7 Aug 2024 09:31:14 +0300 Subject: [PATCH] Update ebced.css --- css/ebced.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/ebced.css b/css/ebced.css index bee16e4..95bb672 100644 --- a/css/ebced.css +++ b/css/ebced.css @@ -1704,7 +1704,7 @@ a.image:hover { background-color: transparent !important; } @media only screen and (min-width: 1025px) { .fa-play{ - background-image: url(/pic/telegram.png); + background-image: url(/pic/play.png); background-size: contain; display: block; width: 50px; @@ -1740,7 +1740,7 @@ a.image:hover { background-color: transparent !important; } @media only screen and (max-width: 1024px) { .fa-play{ - background-image: url(/pic/telegram.png); + background-image: url(/pic/play.png); background-size: contain; display: block; width: 50px; @@ -1925,4 +1925,4 @@ a.image:hover { background-color: transparent !important; } color: rgb(0,0,142) !important; border-bottom-left-radius: 1em !important; border-bottom-right-radius: 1em !important; -} \ No newline at end of file +}