dat.gui/elements/shared/input.styl
George Michael Brower 1dca89383b controller-option
2014-09-07 16:18:36 -04:00

18 lines
343 B
Stylus

@import 'shared'
input
panel-font()
height 100%
width 100%
display inline-block
background-color transparent
border 0
border-radius 0
padding 0
outline none
transition background-color 0.15s linear
box-sizing border-box
&:focus
background lighter
+hover()
background lighter