New: Skip button for intros and outros should feel more interactive now

dev: added subtle shadow with active and hover states
This commit is contained in:
lscambo13
2025-03-15 13:41:06 -07:00
parent 887b7547fa
commit ab70b69577

View File

@@ -1785,6 +1785,20 @@ div[data-role=controlgroup] a.ui-btn-active {
color: white;
}
.skip-button {
background-color: whitesmoke;
box-shadow: var(--shadow);
}
.skip-button:hover {
background-color: white;
}
.skip-button:active {
background-color: rgba(245, 245, 245, 0.7);
box-shadow: none;
}
.toast,
.upNextContainer {
background: var(--headerColor) !important;