button vars, filename color fix
also the flexspace fix
This commit is contained in:
parent
cee146e532
commit
d030d89f2b
1 changed files with 8 additions and 5 deletions
|
@ -794,7 +794,7 @@ textarea:focus-visible,
|
|||
|
||||
button {
|
||||
transition: background .1s ease-in-out;
|
||||
background-color: var(--message-bg-hover);
|
||||
background-color: var(--button-bg);
|
||||
color: var(--primary-text);
|
||||
border-color:var(--timestamp-color);
|
||||
font-weight: bold;
|
||||
|
@ -819,11 +819,11 @@ button:disabled:hover{
|
|||
color: var(--primary-text);
|
||||
}
|
||||
button:hover {
|
||||
background-color: var(--primary-bg);
|
||||
background-color: var(--button-hover);
|
||||
}
|
||||
input::file-selector-button {
|
||||
transition: background .1s ease-in-out;
|
||||
background-color: var(--message-bg-hover);
|
||||
background-color: var(--button-bg);
|
||||
border-color:var(--timestamp-color);
|
||||
color: var(--primary-text);
|
||||
font-weight: bold;
|
||||
|
@ -842,7 +842,7 @@ input[type="file"] {
|
|||
}
|
||||
select{
|
||||
transition: background .1s ease-in-out;
|
||||
background-color: var(--message-bg-hover);
|
||||
background-color: var(--button-bg);
|
||||
color: var(--primary-text);
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
|
@ -993,7 +993,7 @@ span {
|
|||
user-select: none;
|
||||
}
|
||||
|
||||
.filename {
|
||||
.filename a {
|
||||
color: var(--filename);
|
||||
}
|
||||
|
||||
|
@ -1288,6 +1288,9 @@ span {
|
|||
padding: .05in;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.flexspace:has(.Buttons){
|
||||
padding: 0;
|
||||
}
|
||||
.titlediv{
|
||||
height:100%;
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue