1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-09 04:31:55 +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

@@ -4,6 +4,7 @@
--bg-color: #fff;
--primary-color: #333;
--low-color: #666;
--disabled-color: #ddd;
--high-color: #337ab7;
--border-color: #ddd;
--placeholder-color: #9f9f9f;
@@ -53,6 +54,7 @@ body, button, input, table {
button {
background: none;
cursor: pointer;
}
h1, h2, h3, h4, h5, h6, p {