mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user