LT-328: Improving styles for Windows browsers
This commit is contained in:
parent
74984babbc
commit
3b470d85d0
@ -32,24 +32,21 @@
|
|||||||
position: absolute
|
position: absolute
|
||||||
border: 2px solid #c8c8c8
|
border: 2px solid #c8c8c8
|
||||||
border-radius: 100%
|
border-radius: 100%
|
||||||
height: 16px
|
height: 15px
|
||||||
width: 16px
|
width: 15px
|
||||||
top: 2px
|
top: 2px
|
||||||
left: 0
|
left: 0
|
||||||
|
padding: 3px
|
||||||
z-index: 5
|
z-index: 5
|
||||||
transition: border .25s linear
|
transition: border .25s linear
|
||||||
-webkit-transition: border .25s linear
|
-webkit-transition: border .25s linear
|
||||||
|
|
||||||
& + span:before
|
& + span:before
|
||||||
display: block
|
display: block
|
||||||
position: absolute
|
|
||||||
content: ''
|
content: ''
|
||||||
border-radius: 100%
|
border-radius: 100%
|
||||||
height: 6px
|
height: 100%
|
||||||
width: 6px
|
width: 100%
|
||||||
top: 3px
|
|
||||||
left: 3px
|
|
||||||
margin: auto
|
|
||||||
transition: background 0.25s linear
|
transition: background 0.25s linear
|
||||||
-webkit-transition: background 0.25s linear
|
-webkit-transition: background 0.25s linear
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user