From 171132263b8422b76df35306f93b4d98bd239feb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Fri, 9 Jan 2026 21:48:31 +0300 Subject: [PATCH] Update Toggle Styles in Additional CSS: Changed the background and border colors of the toggle ball in the 'neler-yapariz' template's additional CSS file to #ff812d for improved visual consistency with the overall design. This update enhances the user interface and aligns with recent styling changes. --- resources/views/templates/neler-yapariz/css/additional.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/templates/neler-yapariz/css/additional.css b/resources/views/templates/neler-yapariz/css/additional.css index 5744b93..0110330 100644 --- a/resources/views/templates/neler-yapariz/css/additional.css +++ b/resources/views/templates/neler-yapariz/css/additional.css @@ -41,8 +41,8 @@ body { [data-css="toggle"]:has(input:checked) { .toggle-ball { transform: translateX(100%); - background-color: #10CD00; - border-color: #10CD00; + background-color: #ff812d; + border-color: #ff812d; } }