diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-03-27 12:52:19 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-03-27 12:52:19 +0200 |
commit | 7caece3c40f6e61c6609e85ded60698568848746 (patch) | |
tree | 5439929272c54cf22b99219af45a530d8a9cc8c6 /scss | |
parent | 8040960dc121751f7038c3082e3d2fcae828398b (diff) | |
download | Ishtar-7caece3c40f6e61c6609e85ded60698568848746.tar.bz2 Ishtar-7caece3c40f6e61c6609e85ded60698568848746.zip |
Search input: add a clear field button
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 9 |
1 files changed, 9 insertions, 0 deletions
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 */ |