From 7caece3c40f6e61c6609e85ded60698568848746 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 27 Mar 2018 12:52:19 +0200 Subject: Search input: add a clear field button --- scss/custom.scss | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'scss/custom.scss') diff --git a/scss/custom.scss b/scss/custom.scss index 38b36d69a..d77beef27 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -324,6 +324,15 @@ div#foot a:hover { overflow: auto; } +.clear-search{ + color: $gray-500; +} + +.clear-search:hover{ + color: $gray-800; + cursor: pointer; +} + /* ui-autocomplete - start */ -- cgit v1.2.3