dat.gui/elements/dat-gui-folder/dat-gui-folder.css

16 lines
324 B
CSS
Raw Normal View History

2014-10-11 19:39:16 +00:00
#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;
}