mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
New: Styled active TV program color in Guide section
This commit is contained in:
@@ -17,6 +17,11 @@
|
|||||||
--backgroundGradient: linear-gradient(0deg, var(--darkerGradientPoint) 35%, var(--lighterGradientPoint));
|
--backgroundGradient: linear-gradient(0deg, var(--darkerGradientPoint) 35%, var(--lighterGradientPoint));
|
||||||
--cardBackgroundGradient: linear-gradient(0deg, var(--darkerGradientPoint), var(--lighterGradientPoint) 25%);
|
--cardBackgroundGradient: linear-gradient(0deg, var(--darkerGradientPoint), var(--lighterGradientPoint) 25%);
|
||||||
--hoverGradient: linear-gradient(130deg, rgb(255 255 255 / 20%) 20%, rgb(255 255 255 / 10%) 40%);
|
--hoverGradient: linear-gradient(130deg, rgb(255 255 255 / 20%) 20%, rgb(255 255 255 / 10%) 40%);
|
||||||
|
--activeColor: rgb(201 143 255 / 40%);
|
||||||
|
--largerRadius: 1.25em;
|
||||||
|
--largeRadius: 1em;
|
||||||
|
--smallRadius: .5em;
|
||||||
|
--smallerRadius: .375em;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
@@ -693,7 +698,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navMenuOption-selected {
|
.navMenuOption-selected {
|
||||||
background-color: rgb(201 143 255 / 42%) !important;
|
background-color: var(--activeColor) !important;
|
||||||
border: solid rgb(255 255 255 / 20%) 1px;
|
border: solid rgb(255 255 255 / 20%) 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -895,3 +900,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
transform: scale(.85);
|
transform: scale(.85);
|
||||||
margin: 0 .4em 0 0;
|
margin: 0 .4em 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.programCell-active {
|
||||||
|
background-color: var(--activeColor) !important;
|
||||||
|
}
|
Reference in New Issue
Block a user