From 40488dc82cfba32828115819166db51f9554731b Mon Sep 17 00:00:00 2001 From: dbnt-design Date: Wed, 8 Nov 2023 14:20:53 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B1=B4=EC=84=A4=EA=B8=B0=EC=A4=80=EC=BD=94?= =?UTF-8?q?=EB=93=9C=EB=A6=AC=EC=8A=A4=ED=8A=B8css=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/css/Custom/customMain.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/egovframe-template-simple-react-contribution/src/css/Custom/customMain.css b/egovframe-template-simple-react-contribution/src/css/Custom/customMain.css index 214e7ba..765c8b7 100644 --- a/egovframe-template-simple-react-contribution/src/css/Custom/customMain.css +++ b/egovframe-template-simple-react-contribution/src/css/Custom/customMain.css @@ -60,6 +60,19 @@ .listtablediv{ padding: 0 !important; } +.vieweratag{ + color: black; + border-radius: 4px; + border: 1px solid black; + text-decoration: none; +} +.vieweratag:hover{ + transition: background-color .3s; + background: #154a94; + border: 1px solid #154a94; + color: #fff; +} +