mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-31 03:33:36 -05:00
Update disable button pt1 (#75)
* Update disable button * change Var * revert text caps --------- Co-authored-by: Krystal <username0458478374@gmail.com>
This commit is contained in:
parent
a8ae13ec08
commit
df94c4a086
1 changed files with 19 additions and 2 deletions
|
@ -64,7 +64,17 @@
|
|||
}
|
||||
|
||||
.button-danger-background {
|
||||
background-color: var(--button-danger-background);
|
||||
background-color: var(--background-color) !important;
|
||||
border-style: solid;
|
||||
border-width: .1rem;
|
||||
border-color: var(--button-outline-danger-border) !important;
|
||||
}
|
||||
|
||||
.button-danger-background:hover{
|
||||
background-color: var(--button-outline-danger-background-hover) !important;
|
||||
border-style: solid;
|
||||
border-width: .1rem;
|
||||
border-color: var(--button-outline-danger-border) !important;
|
||||
}
|
||||
|
||||
.button-danger-background-no-margin {
|
||||
|
@ -72,6 +82,13 @@
|
|||
color: var(--header-primary);
|
||||
}
|
||||
|
||||
.button-danger-background-no-margin:hover{
|
||||
background-color: var(--button-danger-background-hover) !important;
|
||||
filter: saturate(75%);
|
||||
}
|
||||
|
||||
.vc-modal-close-button {
|
||||
margin-left: auto !important;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue