aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/need-list/need-list.component.css
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-03-30 21:46:54 -0400
committersowgro <tpoke.ferrari@gmail.com>2025-03-30 21:46:54 -0400
commitaa5610d0f56c2a048212b3bd3a9ca5671ec855fa (patch)
treea7c2dcb8c92b16d8d56fc7d12fe185a7eb9625c1 /ufund-ui/src/app/components/need-list/need-list.component.css
parent2c2957da48b62d16ce24addcc46d0d0ed66f7a9d (diff)
downloadJellySolutions-aa5610d0f56c2a048212b3bd3a9ca5671ec855fa.tar.gz
JellySolutions-aa5610d0f56c2a048212b3bd3a9ca5671ec855fa.tar.bz2
JellySolutions-aa5610d0f56c2a048212b3bd3a9ca5671ec855fa.zip
Continue working on css
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.css7
1 files changed, 5 insertions, 2 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 5e07856..05354fc 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
@@ -75,14 +75,17 @@ li > button:hover p {
#search-container {
background-color: #d9d9d9;
+}
+
#search-form {
background-color: light-dark(#d9d9d9, #1b1b1b);
padding: 10px 20px 20px 20px;
border: 2px solid #000;
border-radius: 5px;
+ border-radius: 5px;
+ visibility: visible;
+
.wide-input {
width: 60%;
}
- border-radius: 5px;
- visibility: visible;
}