mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Merge pull request #28 from Tormak9970/dashboard-icons
Feat: Styled Additional Dashboard icons & Metadata Save Button
This commit is contained in:
@@ -598,6 +598,12 @@ progress+span {
|
||||
backdrop-filter: blur(.1em);
|
||||
}
|
||||
|
||||
.btnHeaderSave.button-flat {
|
||||
color: var(--btnSubmitBorderColor) !important;
|
||||
gap: 0.3em;
|
||||
border-radius: var(--smallRadius);
|
||||
}
|
||||
|
||||
.button-flat:hover {
|
||||
color: unset;
|
||||
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);
|
||||
}
|
||||
|
||||
.listItemIcon.notifications {
|
||||
.listItemIcon.notifications,
|
||||
.listItemIcon.schedule,
|
||||
.listItemIcon.person,
|
||||
.listItemIcon.live_tv {
|
||||
background-color: rgb(41, 49, 83) !important;
|
||||
border: solid var(--borderColor) var(--borderWidth);
|
||||
}
|
||||
@@ -1333,4 +1342,8 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
||||
|
||||
#scenesContent .cardScalable:hover {
|
||||
border-color: var(--dimTextColor) !important;
|
||||
}
|
||||
|
||||
.progressring-spiner {
|
||||
border-color: var(--btnSubmitBorderColor);
|
||||
}
|
Reference in New Issue
Block a user