Browse
For agents
About
Button Block – Stylish buttons that get more clicks
/
1.1.8
Button Block – Stylish buttons that get more clicks
v1.1.8
Switch version
1.2.6
1.2.5
trunk
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.7
1.0.8
1.0.9
1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
1.1.5
1.1.6
1.1.7
1.1.8
1.1.9
1.2.0
1.2.1
All 28 releases
Overview
Code
button-block
/
build
/
admin-general.css
admin-general.css
in Button Block – Stylish buttons that get more clicks 1.1.8, at build/admin-general.css
2 lines
474 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
switch
{
display
:
inline-block
;
height
:
34
px
;
position
:
relative
;
width
:
60
px
}
.
switch
input
{
height
:
0
;
opacity
:
0
;
width
:
0
}
.
slider
{
background-color
:
#
ccc
;
border-radius
:
34
px
;
bottom
:
0
;
cursor
:
pointer
;
left
:
0
;
right
:
0
;
top
:
0
}
.
slider
,
.
slider
:
before
{
position
:
absolute
;
transition
:
.4
s
}
.
slider
:
before
{
background-color
:
#
fff
;
border-radius
:
50
%
;
bottom
:
4
px
;
content
:
"
"
;
height
:
26
px
;
left
:
4
px
;
width
:
26
px
}
input
:
checked
+
.
slider
{
background-color
:
#
2196f3
}
input
:
checked
+
.
slider
:
before
{
transform
:
translateX
(
26
px
)
}
2