diff options
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 8b840b708..75f48fb59 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -146,6 +146,14 @@ div#foot a:hover { line-height: 1.5; } +.input-group > ul{ + padding: 0.5em; + border: 1px solid $border-color; + border-radius: .25rem; + margin: 0; + list-style: none; +} + /* ui-autocomplete - start */ .ui-widget-content { |