aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/cupboard/cupboard.component.css
diff options
context:
space:
mode:
authorbenal01 <bja4245@rit.edu>2025-03-22 12:14:00 -0400
committerbenal01 <bja4245@rit.edu>2025-03-22 12:14:00 -0400
commite9564ba2514f32c63d2ce4ecfc9eeb9f3269f3dd (patch)
treeb6a3d6421bf1f8526632baec6acf20f1cb5e0d1a /ufund-ui/src/app/components/cupboard/cupboard.component.css
parent2abd4b4ba9171821ac545f8dcb67be1e7d722e01 (diff)
downloadJellySolutions-e9564ba2514f32c63d2ce4ecfc9eeb9f3269f3dd.tar.gz
JellySolutions-e9564ba2514f32c63d2ce4ecfc9eeb9f3269f3dd.tar.bz2
JellySolutions-e9564ba2514f32c63d2ce4ecfc9eeb9f3269f3dd.zip
[ngClass] tab styling
Diffstat (limited to 'ufund-ui/src/app/components/cupboard/cupboard.component.css')
-rw-r--r--ufund-ui/src/app/components/cupboard/cupboard.component.css21
1 files changed, 14 insertions, 7 deletions
diff --git a/ufund-ui/src/app/components/cupboard/cupboard.component.css b/ufund-ui/src/app/components/cupboard/cupboard.component.css
index 6c2e5c6..6e70951 100644
--- a/ufund-ui/src/app/components/cupboard/cupboard.component.css
+++ b/ufund-ui/src/app/components/cupboard/cupboard.component.css
@@ -14,13 +14,20 @@
display: flex;
margin: 10px;
- * {
- border: 3px solid #000;
- border-top-left-radius: 5px;
- border-top-right-radius: 5px;
- margin-right: 5px;
- border-bottom: 0px;
- }
+
+}
+
+.tab, .selected-tab {
+ background-color: lightgray;
+ border: 3px solid #000;
+ border-top-left-radius: 5px;
+ border-top-right-radius: 5px;
+ margin-right: 5px;
+ border-bottom: 0px;
+}
+
+.selected-tab {
+ background-color: white;
}
#create-form, #delete-form, #update-form {