mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
16 lines
324 B
CSS
16 lines
324 B
CSS
#name {
|
|
padding: 9px;
|
|
padding-top: 18px;
|
|
border-bottom: 1px solid rgba(255,255,255,0.25);
|
|
font-weight: bold;
|
|
-webkit-font-smoothing: antialiased;
|
|
cursor: pointer;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.open-false #controllers {
|
|
display: none;
|
|
}
|