건설기준코드리스트css수정
parent
6283d4b101
commit
40488dc82c
|
|
@ -60,6 +60,19 @@
|
||||||
.listtablediv{
|
.listtablediv{
|
||||||
padding: 0 !important;
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue