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; +} +