Skip to content

Commit

Permalink
new applets
Browse files Browse the repository at this point in the history
  • Loading branch information
jcponce committed Jun 7, 2024
1 parent 8d836ab commit aa447b2
Show file tree
Hide file tree
Showing 4 changed files with 1,861 additions and 4 deletions.
68 changes: 68 additions & 0 deletions threejs/heart/dat-gui-light-theme.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
/*
.dg.main.taller-than-window .close-button {
border-top: 1px solid #ddd;
}
.dg.main .close-button {
background-color: #e8e8e8;
}
.dg.main .close-button:hover {
background-color: #ddd;
}
*/

.dg {
font: 17px 'Lucida Grande', sans-serif;
color: #e6e6e6;
text-shadow: none !important;
}

/*
.dg.main::-webkit-scrollbar {
background: #fafafa;
}
.dg.main::-webkit-scrollbar-thumb {
background: #bbb;
}
.dg li:not(.folder) {
background: #fafafa;
border-bottom: 1px solid #ddd;
}
.dg li.save-row .button {
text-shadow: none !important;
}
.dg li.title {
background: #e8e8e8 url(data:image/gif;base64,R0lGODlhBQAFAJEAAP////Pz8////////yH5BAEAAAIALAAAAAAFAAUAAAIIlI+hKgFxoCgAOw==) 6px 10px no-repeat;
}
.dg .cr.function:hover,.dg .cr.boolean:hover {
background: #fff;
}
*/

.dg .c input[type=text] {
font: 15px 'Lucida Grande', sans-serif;

}

.dg .c input[type=text]:hover {
background: #eee;
}

.dg .c input[type=text]:focus {
background: #eee;
color: #555;
}

.dg .c .slider {
background: #e9e9e9;
}

.dg .c .slider:hover {
background: #eee;
}
Loading

0 comments on commit aa447b2

Please sign in to comment.