Skip to content

Commit a4fe72b

Browse files
committed
lighten font color of search filter and set opacity of input placeholder
1 parent d85e6b0 commit a4fe72b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/css/base.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,7 @@ table {
8080
border-collapse: collapse;
8181
word-wrap: normal; /* table widths aren't computed as expected when word-wrap is enabled */
8282
}
83+
84+
::placeholder {
85+
opacity: 0.5;
86+
}

src/css/header.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ body {
8585
border: 1px solid var(--navbar-button-border-color);
8686
border-left: none;
8787
border-radius: 0 0.1em 0.1em 0;
88+
color: var(--toolbar-font-color);
8889
cursor: pointer;
8990
font-size: 0.875em;
9091
display: flex;

0 commit comments

Comments
 (0)