actually use button color vars
This commit is contained in:
parent
b2c0adec68
commit
c7fd5b5f1a
1 changed files with 4 additions and 4 deletions
|
@ -793,7 +793,7 @@ textarea:focus-visible,
|
||||||
|
|
||||||
button {
|
button {
|
||||||
transition: background .1s ease-in-out;
|
transition: background .1s ease-in-out;
|
||||||
background-color: var(--message-bg-hover);
|
background-color: var(--button-bg);
|
||||||
color: var(--primary-text);
|
color: var(--primary-text);
|
||||||
border-color:var(--timestamp-color);
|
border-color:var(--timestamp-color);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -818,11 +818,11 @@ button:disabled:hover{
|
||||||
color: var(--primary-text);
|
color: var(--primary-text);
|
||||||
}
|
}
|
||||||
button:hover {
|
button:hover {
|
||||||
background-color: var(--primary-bg);
|
background-color: var(--button-hover);
|
||||||
}
|
}
|
||||||
input::file-selector-button {
|
input::file-selector-button {
|
||||||
transition: background .1s ease-in-out;
|
transition: background .1s ease-in-out;
|
||||||
background-color: var(--message-bg-hover);
|
background-color: var(--button-bg);
|
||||||
border-color:var(--timestamp-color);
|
border-color:var(--timestamp-color);
|
||||||
color: var(--primary-text);
|
color: var(--primary-text);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -841,7 +841,7 @@ input[type="file"] {
|
||||||
}
|
}
|
||||||
select{
|
select{
|
||||||
transition: background .1s ease-in-out;
|
transition: background .1s ease-in-out;
|
||||||
background-color: var(--message-bg-hover);
|
background-color: var(--button-bg);
|
||||||
color: var(--primary-text);
|
color: var(--primary-text);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue