LT-301: Styling range input in Cine Dialog

This commit is contained in:
Eloízio Salgado 2016-11-14 14:25:40 -02:00 committed by Erik Ziegler
parent ab98c649a4
commit e348ff1d4d

View File

@ -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