Skip to content

Commit

Permalink
fix: img src
Browse files Browse the repository at this point in the history
  • Loading branch information
junseok0304 committed Feb 5, 2023
1 parent 2cca219 commit 426dded
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/css/ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ select {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0 20px 2px 5px;
background-image: url(../img/contents/bg-select.png);
background-image: url(https://sugang.skhu.ac.kr/resources/img/contents/bg-select.png);
background-repeat: no-repeat;
background-position: right 8px top 50%;
background-color: #fff
Expand Down Expand Up @@ -4327,7 +4327,7 @@ i.sw-alert-info:before {

i.sw-alert-check:before {
background-color: #296dcc;
background-image: url(https://sugang.skhu.ac.kr/resources/img/contents/alert-info.png)
background-image: url(https://sugang.skhu.ac.kr/resources/img/contents/alert-check.png)
}

.is-right {
Expand Down Expand Up @@ -4401,7 +4401,7 @@ table.dataTable .label-type+* {
left: 0;
width: 14px;
height: 14px;
background: url(../img/contents/icon-info.png) no-repeat 0 0
background: url(https://sugang.skhu.ac.kr/resources/img/contents/icon-info.png) no-repeat 0 0
}

.info-txt.is-blue {
Expand Down Expand Up @@ -4477,7 +4477,7 @@ table.dataTable .label-type+* {
.list-icon>li {
margin-bottom: 10px;
padding: 0 0 0 12px;
background: url(../img/contents/bullet.png) no-repeat 0 7px;
background: url(https://sugang.skhu.ac.kr/resources/img/contents/bullet.png) no-repeat 0 7px;
font-size: 13px;
line-height: 22px;
-webkit-box-sizing: border-box;
Expand Down

0 comments on commit 426dded

Please sign in to comment.