mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Updated Continue Watching section's progress bar color
This commit is contained in:
@@ -474,7 +474,7 @@ html {
|
|||||||
|
|
||||||
.itemProgressBarForeground {
|
.itemProgressBarForeground {
|
||||||
border-radius: var(--largeRadius);
|
border-radius: var(--largeRadius);
|
||||||
background-color: var(--dimTextColor);
|
background-color: var(--btnSubmitBorderColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
.backgroundProgress>div {
|
.backgroundProgress>div {
|
||||||
@@ -599,9 +599,9 @@ progress+span {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btnHeaderSave.button-flat {
|
.btnHeaderSave.button-flat {
|
||||||
color: var(--btnSubmitBorderColor) !important;
|
color: var(--btnSubmitBorderColor) !important;
|
||||||
gap: 0.3em;
|
gap: 0.3em;
|
||||||
border-radius: var(--smallRadius);
|
border-radius: var(--smallRadius);
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-flat:hover {
|
.button-flat:hover {
|
||||||
@@ -1162,7 +1162,8 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
height: 1.5rem;
|
height: 1.5rem;
|
||||||
width: 1.5rem;
|
width: 1.5rem;
|
||||||
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23D1D5DB' aria-hidden='true'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12.75 15l3-3m0 0l-3-3m3 3h-7.5M21 12a9 9 0 11-18 0 9 9 0 0118 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
|
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23D1D5DB' aria-hidden='true'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12.75 15l3-3m0 0l-3-3m3 3h-7.5M21 12a9 9 0 11-18 0 9 9 0 0118 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
|
||||||
background-size: contain; /* Stops miscalculating the size on hover effect */
|
background-size: contain;
|
||||||
|
/* Stops miscalculating the size on hover effect */
|
||||||
}
|
}
|
||||||
|
|
||||||
.toast {
|
.toast {
|
||||||
@@ -1345,5 +1346,5 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.progressring-spiner {
|
.progressring-spiner {
|
||||||
border-color: var(--btnSubmitBorderColor);
|
border-color: var(--btnSubmitBorderColor);
|
||||||
}
|
}
|
Reference in New Issue
Block a user