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.
This commit is contained in:
@@ -41,8 +41,8 @@ body {
|
|||||||
[data-css="toggle"]:has(input:checked) {
|
[data-css="toggle"]:has(input:checked) {
|
||||||
.toggle-ball {
|
.toggle-ball {
|
||||||
transform: translateX(100%);
|
transform: translateX(100%);
|
||||||
background-color: #10CD00;
|
background-color: #ff812d;
|
||||||
border-color: #10CD00;
|
border-color: #ff812d;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user