mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 09:15:50 +01:00
style(next): file input: change the foreground color depending on the state
This commit is contained in:
@@ -364,8 +364,14 @@ optgroup {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tn-file-input input[type="file"]:focus {
|
.tn-file-input:hover input[type="file"] {
|
||||||
|
color: var(--input-hover-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.tn-file-input input[type="file"]:focus,
|
||||||
|
.tn-file-input input[type="file"]:active {
|
||||||
outline: none;
|
outline: none;
|
||||||
|
color: var(--input-focus-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* The browse icon */
|
/* The browse icon */
|
||||||
|
|||||||
Reference in New Issue
Block a user