diff options
author | benal01 <bja4245@rit.edu> | 2025-03-22 12:14:00 -0400 |
---|---|---|
committer | benal01 <bja4245@rit.edu> | 2025-03-22 12:14:00 -0400 |
commit | e9564ba2514f32c63d2ce4ecfc9eeb9f3269f3dd (patch) | |
tree | b6a3d6421bf1f8526632baec6acf20f1cb5e0d1a /ufund-ui/src/app/components/cupboard/cupboard.component.css | |
parent | 2abd4b4ba9171821ac545f8dcb67be1e7d722e01 (diff) | |
download | JellySolutions-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.css | 21 |
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 { |