Browse
For agents
About
Premmerce
/
1.2
Premmerce
v1.2
Switch version
trunk
1.0
1.1
1.2
1.2.1
1.3
1.3.10
1.3.11
1.3.12
1.3.13
1.3.14
1.3.15
1.3.16
1.3.17
1.3.18
1.3.19
1.3.2
1.3.20
1.3.21
1.3.22
1.3.23
1.3.3
1.3.4
1.3.5
1.3.6
All 28 releases
Overview
Code
premmerce
/
assets
/
admin
/
css
/
spinner.css
spinner.css
in Premmerce 1.2, at assets/admin/css/spinner.css
11 lines
268 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
premmerce-wp-spinner
{
2
background
:
url
(
'
/wp-admin/images/wpspin_light.gif
'
)
no-repeat
;
3
background-size
:
16
px
16
px
;
4
display
:
none
;
5
float
:
right
;
6
opacity
:
.7
;
7
filter
:
alpha
(opacity=
70
)
;
8
width
:
16
px
;
9
height
:
16
px
;
10
margin
:
5
px
5
px
0
;
11
}