mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
21 lines
255 B
Stylus
21 lines
255 B
Stylus
@import 'shared';
|
|
|
|
#row {
|
|
-webkit-text-select: none;
|
|
background: #e74400;
|
|
}
|
|
|
|
#name {
|
|
|
|
font();
|
|
|
|
text-overflow: ellipsis;
|
|
word-wrap: break-word;
|
|
overflow: hidden;
|
|
width: 33%;
|
|
padding: 0 10px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
|