diff options
author | benal01 <bja4245@rit.edu> | 2025-03-20 09:58:32 -0400 |
---|---|---|
committer | benal01 <bja4245@rit.edu> | 2025-03-20 09:58:32 -0400 |
commit | 8ec987f46b4ef3ff1ce23d9942662a74e162689d (patch) | |
tree | 0e570fb516788bbc59445dff7d38d114f805e805 /ufund-ui/src/app/components/need-list/need-list.component.css | |
parent | 35d7c971ed47718d4dc5738edb09d62cd780dac4 (diff) | |
download | JellySolutions-8ec987f46b4ef3ff1ce23d9942662a74e162689d.tar.gz JellySolutions-8ec987f46b4ef3ff1ce23d9942662a74e162689d.tar.bz2 JellySolutions-8ec987f46b4ef3ff1ce23d9942662a74e162689d.zip |
need-list search embedded in normal display with better feedback
Diffstat (limited to 'ufund-ui/src/app/components/need-list/need-list.component.css')
-rw-r--r-- | ufund-ui/src/app/components/need-list/need-list.component.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufund-ui/src/app/components/need-list/need-list.component.css b/ufund-ui/src/app/components/need-list/need-list.component.css index bbc3f2c..88bdfbe 100644 --- a/ufund-ui/src/app/components/need-list/need-list.component.css +++ b/ufund-ui/src/app/components/need-list/need-list.component.css @@ -15,7 +15,7 @@ li, div { } -#search-form { +#search-container { background-color: #d9d9d9; padding: 10px 20px 20px 20px; border: 2px solid #000; |