mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
fix: scoped styles to apply to more icons and themed metadata save button
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 {
|
||||||
@@ -598,6 +598,12 @@ progress+span {
|
|||||||
backdrop-filter: blur(.1em);
|
backdrop-filter: blur(.1em);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btnHeaderSave.button-flat {
|
||||||
|
color: var(--btnSubmitBorderColor) !important;
|
||||||
|
gap: 0.3em;
|
||||||
|
border-radius: var(--smallRadius);
|
||||||
|
}
|
||||||
|
|
||||||
.button-flat:hover {
|
.button-flat:hover {
|
||||||
color: unset;
|
color: unset;
|
||||||
background-color: rgba(255, 255, 255, 0.2);
|
background-color: rgba(255, 255, 255, 0.2);
|
||||||
@@ -942,7 +948,10 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
border: solid var(--btnDeleteBorderColor) var(--borderWidth);
|
border: solid var(--btnDeleteBorderColor) var(--borderWidth);
|
||||||
}
|
}
|
||||||
|
|
||||||
.listItemIcon.notifications {
|
.listItemIcon.notifications,
|
||||||
|
.listItemIcon.schedule,
|
||||||
|
.listItemIcon.person,
|
||||||
|
.listItemIcon.live_tv {
|
||||||
background-color: rgb(41, 49, 83) !important;
|
background-color: rgb(41, 49, 83) !important;
|
||||||
border: solid var(--borderColor) var(--borderWidth);
|
border: solid var(--borderColor) var(--borderWidth);
|
||||||
}
|
}
|
||||||
@@ -1330,4 +1339,8 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
|||||||
|
|
||||||
#scenesContent .cardScalable:hover {
|
#scenesContent .cardScalable:hover {
|
||||||
border-color: var(--dimTextColor) !important;
|
border-color: var(--dimTextColor) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.progressring-spiner {
|
||||||
|
border-color: var(--btnSubmitBorderColor);
|
||||||
}
|
}
|
Reference in New Issue
Block a user