This commit is contained in:
hibna
2025-10-30 04:02:31 +03:00
parent 35e07b059f
commit 183cc65455
13 changed files with 265 additions and 442 deletions
+7 -2
View File
@@ -1,3 +1,8 @@
/* ============================================
CONTROL BUTTON
Clean & Modern Design
============================================ */
.control-button {
background: none;
border: none;
@@ -10,6 +15,7 @@
border-radius: var(--player-radius-sm);
transition: all var(--player-transition-fast) ease;
position: relative;
outline: none;
}
.control-button:hover {
@@ -27,7 +33,7 @@
}
.control-button:disabled {
opacity: 0.5;
opacity: 0.4;
cursor: not-allowed;
}
@@ -36,7 +42,6 @@
transform: none;
}
/* Icon sizing */
.control-button svg {
width: var(--player-icon-md);
height: var(--player-icon-md);