LT-301: Styling range input in Cine Dialog
This commit is contained in:
parent
ab98c649a4
commit
e348ff1d4d
@ -36,6 +36,12 @@
|
|||||||
|
|
||||||
.cine-navigation, .cine-controls, .cine-options
|
.cine-navigation, .cine-controls, .cine-options
|
||||||
cursor: default
|
cursor: default
|
||||||
|
|
||||||
|
.fps-section
|
||||||
|
input[type="range"]
|
||||||
|
background-color: transparent
|
||||||
|
border: 0 none
|
||||||
|
outline: 0 none
|
||||||
|
|
||||||
#cineDialog.double-row-style
|
#cineDialog.double-row-style
|
||||||
box-sizing: border-box
|
box-sizing: border-box
|
||||||
@ -124,9 +130,6 @@
|
|||||||
input[type="range"]
|
input[type="range"]
|
||||||
line-height: 45px
|
line-height: 45px
|
||||||
height: 45px
|
height: 45px
|
||||||
background-color: transparent
|
|
||||||
border: 0 none
|
|
||||||
outline: 0 none
|
|
||||||
|
|
||||||
#fps
|
#fps
|
||||||
display: block
|
display: block
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user