Browse
For agents
About
Embed Privacy
/
1.10.0
Embed Privacy
v1.10.0
Switch version
1.14.0
1.13.0
trunk
0.1
1.0.0
1.0.1
1.0.2
1.1.0
1.1.1
1.1.2
1.1.3
1.10.0
1.10.1
1.10.10
1.10.2
1.10.3
1.10.4
1.10.5
1.10.6
1.10.7
1.10.8
1.10.9
1.11.0
1.11.1
1.11.2
All 68 releases
Overview
Code
embed-privacy
/
assets
/
style
/
embed-privacy-admin.css
embed-privacy-admin.css
in Embed Privacy 1.10.0, at assets/style/embed-privacy-admin.css
26 lines
415 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
/*
*
2
* Embed Privacy admin design file.
3
*
4
* @author Epiphyt
5
* @license GPL2
6
* @package epiphyt\Embed_Privacy
7
*/
8
.
embed-privacy-hidden
{
9
display
:
none
!important
;
10
}
11
12
.
embed-privacy-icon
{
13
background-color
:
rgba
(
0
,
0
,
0
,
0.75
)
;
14
border-radius
:
50
%
;
15
color
:
#
fff
;
16
cursor
:
pointer
;
17
left
:
5
px
;
18
padding
:
5
px
;
19
position
:
absolute
;
20
top
:
5
px
;
21
}
22
23
.
embed-privacy-image-container
{
24
position
:
relative
;
25
}
26