Update style.css
This commit is contained in:
parent
78c0d2613d
commit
4d61d2a51a
1 changed files with 14 additions and 0 deletions
14
style.css
14
style.css
|
@ -3,6 +3,8 @@
|
|||
--default-blue-2: #ef0d98;
|
||||
--default-blue-3: #f4428f;
|
||||
--translucent-hover-1: rgba(220, 0, 114, 0.2);
|
||||
--translucent-hover-2: rgba(220, 0, 93, 0.2);
|
||||
--translucent-hover-3: rgba(220, 0, 110, 0.28);
|
||||
--card-background-1: #5c0036;
|
||||
--card-background-2: #e14483;
|
||||
--card-background-3: #db0070;
|
||||
|
@ -238,6 +240,10 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
background: var(--default-blue-1) !important;
|
||||
}
|
||||
|
||||
.taskProgressInner {
|
||||
background: var(--default-blue-1) !important;
|
||||
}
|
||||
|
||||
.downloadbutton-icon-complete,
|
||||
.downloadbutton-icon-on {
|
||||
color: var(--default-blue-3) !important;
|
||||
|
@ -265,4 +271,12 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
|
||||
.button-submit:focus {
|
||||
background: var(--default-blue-2) !important;
|
||||
}
|
||||
|
||||
.css-17c09up.Mui-selected {
|
||||
background-color: var(--translucent-hover-2) !important;
|
||||
}
|
||||
|
||||
.css-17c09up.Mui-selected:hover {
|
||||
background-color: var(--translucent-hover-3) !important;
|
||||
}
|
Loading…
Reference in a new issue