mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
Fix: Adjust stop button hover scale effect for better user experience
This commit is contained in:
@@ -75,7 +75,7 @@
|
|||||||
.stop-btn:hover:not(:disabled) {
|
.stop-btn:hover:not(:disabled) {
|
||||||
background-color: var(--form-button-bg-hover-color);
|
background-color: var(--form-button-bg-hover-color);
|
||||||
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
|
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
|
||||||
transform: scale(1.15);
|
transform: scale(1.05);
|
||||||
}
|
}
|
||||||
|
|
||||||
.stop-btn:active:not(:disabled) {
|
.stop-btn:active:not(:disabled) {
|
||||||
|
|||||||
Reference in New Issue
Block a user