button vars, filename color fix
also the flexspace fix
This commit is contained in:
@@ -794,7 +794,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;
|
||||||
@@ -819,11 +819,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;
|
||||||
@@ -842,7 +842,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;
|
||||||
@@ -993,7 +993,7 @@ span {
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.filename {
|
.filename a {
|
||||||
color: var(--filename);
|
color: var(--filename);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1288,6 +1288,9 @@ span {
|
|||||||
padding: .05in;
|
padding: .05in;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
.flexspace:has(.Buttons){
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
.titlediv{
|
.titlediv{
|
||||||
height:100%;
|
height:100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Reference in New Issue
Block a user