We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff632a commit 558f4b7Copy full SHA for 558f4b7
web/css/popup.css
@@ -23,19 +23,19 @@
23
right:10px;
24
25
display:block;
26
- width:13px;
27
- height:13px;
28
- background:url(../images/info-popup-sprite.png) no-repeat;
+ width:14px;
+ height:14px;
+ background:url(../images/info-popup-sprite.png) no-repeat 0 -1px;
29
cursor:pointer;
30
font-size:0;
31
line-height:0;
32
text-indent:-9999px;
33
}
34
.d-popup span.close:hover{
35
- background-position:0 -13px;
+ background-position:0 -17px;
36
37
.d-popup span.close:active{
38
- background-position:0 -26px;
+ background-position:0 -33px;
39
40
41
.d-popup-title{
web/images/info-popup-sprite.png
-1.53 KB
0 commit comments