Code
·
16 lines
·
192 bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16#netproxyspinner
{
display: none;
position: fixed;
top: 50%;
left: 50%;
margin-top: -25px;
margin-left: -25px;
z-index: 1;
}
#netproxyspinner img
{
width: 50px;
height: 50px;
}