dat.gui/elements/dat-gui-folder/dat-gui-folder.css
George Michael Brower e523c634c5 folders
2014-10-11 15:39:16 -04:00

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;
}