dat.gui/elements/gui-row.styl

21 lines
255 B
Stylus
Raw Normal View History

2014-08-15 16:32:49 +00:00
@import 'shared';
#row {
-webkit-text-select: none;
2014-08-15 22:04:51 +00:00
background: #1a1a1a;
2014-08-15 16:32:49 +00:00
}
#name {
font();
text-overflow: ellipsis;
word-wrap: break-word;
overflow: hidden;
width: 33%;
padding: 0 10px;
box-sizing: border-box;
}