From f0a0b314f0e22ca947bbe66dd2f973de71843488 Mon Sep 17 00:00:00 2001 From: geun <1416geun@naver.com> Date: Mon, 30 Oct 2023 18:15:08 +0900 Subject: [PATCH] css --- src/assets/css/custom.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/assets/css/custom.css b/src/assets/css/custom.css index b331d41..c14545d 100644 --- a/src/assets/css/custom.css +++ b/src/assets/css/custom.css @@ -1109,8 +1109,7 @@ caption {overflow: hidden; line-height: 0;text-indent: -2000px;} .notam-info{height:600px;overflow:auto;} .notam-modal table{margin:1rem 0;border:1px solid #ddd;} .notam-modal table tr th, .notam-modal table tr td{padding:0.4rem 0.8rem;vertical-align:middle;}j -.notam-modal table thead tr{border-bottom:1px solid #ddd;} -.notam-modal table thead tr th{font-weight:500;border:0;background:#f4f4f4;font-size:0.875rem;border-right:1px solid #ddd;text-align:center} +.notam-modal table thead tr th{font-weight:500;border:0;background:#f4f4f4;font-size:0.875rem;border-right:1px solid #ddd;border-bottom:1px solid #ddd;text-align:center} .notam-modal table tbody tr{border-bottom:1px solid #ddd;} .notam-modal table tbody tr th{font-weight:500;background:#f4f4f4;font-size:0.875rem;border-right:1px solid #ddd;min-width:150px;text-align:center;} .notam-modal table tbody tr td{border:0;background:#fff;font-size:0.875rem;} \ No newline at end of file