dat.gui/elements/shared/input.styl

18 lines
355 B
Stylus
Raw Normal View History

2014-09-03 18:47:32 +00:00
@import 'shared'
input
panel-font()
height 100%
width 100%
display inline-block
background-color transparent
border 0
2014-09-07 20:18:36 +00:00
border-radius 0
2014-09-03 18:47:32 +00:00
padding 0
outline none
transition background-color 0.15s linear
box-sizing border-box
2014-10-11 19:39:16 +00:00
// &:focus
// background lighter
// +hover()
// background lighter