Skip to content

Commit 558f4b7

Browse files
committed
Uploaded new icon sprite. Closes issue hestiacp#13
1 parent bff632a commit 558f4b7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

web/css/popup.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@
2323
right:10px;
2424

2525
display:block;
26-
width:13px;
27-
height:13px;
28-
background:url(../images/info-popup-sprite.png) no-repeat;
26+
width:14px;
27+
height:14px;
28+
background:url(../images/info-popup-sprite.png) no-repeat 0 -1px;
2929
cursor:pointer;
3030
font-size:0;
3131
line-height:0;
3232
text-indent:-9999px;
3333
}
3434
.d-popup span.close:hover{
35-
background-position:0 -13px;
35+
background-position:0 -17px;
3636
}
3737
.d-popup span.close:active{
38-
background-position:0 -26px;
38+
background-position:0 -33px;
3939
}
4040

4141
.d-popup-title{

web/images/info-popup-sprite.png

-1.53 KB
Loading

0 commit comments

Comments
 (0)