diff options
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 */ |