mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
9 lines
99 B
CSS
9 lines
99 B
CSS
#container {
|
|
height: 100%;
|
|
cursor: pointer;
|
|
padding-left: 8px;
|
|
}
|
|
select {
|
|
outline: none;
|
|
}
|