Browse
For agents
About
Post Snippets – Custom WordPress Code Snippets Customizer
/
4.2.2
Post Snippets – Custom WordPress Code Snippets Customizer
v4.2.2
Switch version
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.1.1
1.7.2
1.7.3
1.8
1.8.1
1.8.2
1.8.3
1.8.5
1.8.6
1.8.7
1.8.8
1.8.9
1.8.9.1
1.8.9.2
1.9
1.9.1
1.9.2
1.9.3
1.9.4
1.9.5
All 115 releases
Overview
Code
post-snippets
/
freemius
/
assets
/
css
/
admin
/
clone-resolution.css
clone-resolution.css
in Post Snippets – Custom WordPress Code Snippets Customizer 4.2.2, at freemius/assets/css/admin/clone-resolution.css
1 lines
2.0 KB
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
fs-notice
[
data-id
^=
clone_resolution_options_notice
]
{
color
:
inherit
!important
;
padding
:
0
}
.
fs-notice
[
data-id
^=
clone_resolution_options_notice
]
.
fs-notice-body
{
margin-bottom
:
0
;
padding
:
0
}
.
fs-notice
[
data-id
^=
clone_resolution_options_notice
]
.
fs-notice-header
{
padding
:
5
px
10
px
}
.
fs-notice
[
data-id
^=
clone_resolution_options_notice
]
ol
{
margin-bottom
:
0
;
margin-top
:
0
}
.
fs-notice
[
data-id
^=
clone_resolution_options_notice
]
.
fs-clone-resolution-options-container
{
display
:
flex
;
flex-direction
:
row
;
padding
:
0
10
px
10
px
}
@
media
(
max-width
:
750
px
)
{
.
fs-notice
[
data-id
^=
clone_resolution_options_notice
]
.
fs-clone-resolution-options-container
{
flex-direction
:
column
}
}
.
fs-notice
[
data-id
^=
clone_resolution_options_notice
]
.
fs-clone-resolution-option
{
border
:
1
px
solid
#
ccc
;
flex
:
auto
;
margin
:
5
px
;
padding
:
10
px
10
px
15
px
}
.
fs-notice
[
data-id
^=
clone_resolution_options_notice
]
.
fs-clone-resolution-option
:
first-child
{
margin-left
:
0
}
.
fs-notice
[
data-id
^=
clone_resolution_options_notice
]
.
fs-clone-resolution-option
:
last-child
{
margin-right
:
0
}
.
fs-notice
[
data-id
^=
clone_resolution_options_notice
]
.
fs-clone-resolution-option
strong
{
font-size
:
1.2
em
;
line-height
:
1.5
em
;
padding
:
2
px
}
.
fs-notice
[
data-id
^=
clone_resolution_options_notice
]
a
{
text-decoration
:
none
}
.
fs-notice
[
data-id
^=
clone_resolution_options_notice
]
.
button
{
margin-right
:
10
px
}
.
rtl
.
fs-notice
[
data-id
^=
clone_resolution_options_notice
]
.
button
{
margin-left
:
10
px
;
margin-right
:
0
}
.
fs-notice
[
data-id
^=
clone_resolution_options_notice
]
.
fs-clone-documentation-container
{
padding
:
0
10
px
15
px
}
.
fs-notice
[
data-id
=
temporary_duplicate_notice
]
#
fs_clone_resolution_error_message
{
background
:
#
fee
;
border
:
1
px
solid
#
d3135a
;
color
:
#
d3135a
;
padding
:
10
px
}
.
fs-notice
[
data-id
=
temporary_duplicate_notice
]
ol
{
margin-top
:
0
}
.
fs-notice
[
data-id
=
temporary_duplicate_notice
]
a
{
position
:
relative
}
.
fs-notice
[
data-id
=
temporary_duplicate_notice
]
a
:
focus
{
box-shadow
:
none
}
.
fs-notice
[
data-id
=
temporary_duplicate_notice
]
a
.
disabled
{
color
:
gray
}
.
fs-notice
[
data-id
=
temporary_duplicate_notice
]
a
.
fs-ajax-spinner
{
bottom
:
0
;
left
:
8
px
;
margin-left
:
100
%
;
position
:
absolute
;
right
:
0
;
top
:
-1
px
}