1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-19 18:47:03 +00:00

ui: Add search clear button

This commit is contained in:
James Hillyerd
2019-02-24 08:42:33 -08:00
parent fc95f6e57f
commit 71b3de59af
3 changed files with 17 additions and 3 deletions

View File

@@ -19,7 +19,7 @@
}
.message-list-controls button,
.message-list-controls input[type="search"] {
.message-list-controls input {
border: 1px solid var(--border-color);
border-radius: 3px;
}
@@ -30,7 +30,12 @@
padding: 0 6px;
}
.message-list-controls input[type="search"] {
.message-list-controls button:disabled {
color: var(--disabled-color);
cursor: default;
}
.message-list-controls input {
flex: 1 1 auto;
padding: 2px 4px;
}