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 | 4690678da7f93dbab70b7736e3f87ec559e3e909 (patch) | |
tree | 5439929272c54cf22b99219af45a530d8a9cc8c6 /scss | |
parent | fff82488942f2653ba87816b52597fc9e7d57734 (diff) | |
download | Ishtar-4690678da7f93dbab70b7736e3f87ec559e3e909.tar.bz2 Ishtar-4690678da7f93dbab70b7736e3f87ec559e3e909.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 */ |