Merge remote-tracking branch 'upstream/master'

This commit is contained in:
inventivetalent
2018-10-26 16:27:27 +02:00
11 changed files with 8499 additions and 8139 deletions

View File

@@ -131,7 +131,7 @@
.litegraph .litemenu-entry:hover:not(.disabled):not(.separator) {
background-color: #444 !important;
color: #EEE;
transition: all 0.4s;
transition: all 0.2s;
}
.litegraph .litemenu-entry .property_name {
@@ -269,9 +269,15 @@
position: absolute;
top: 10px;
left: 10px;
height: 2em;
min-height: 2em;
background-color: #333;
font-size: 1.2em;
box-shadow: 0 0 10px black !important;
}
.graphdialog.rounded {
border-radius: 12px;
padding-right: 2px;
}
.graphdialog .name {
@@ -282,13 +288,14 @@
}
.graphdialog input, .graphdialog select {
margin-top: 3px;
margin: 3px;
min-width: 60px;
min-height: 1.5em;
background-color: black;
border: 0;
color: white;
padding-left: 10px;
outline: none;
}
.graphdialog button {
@@ -296,6 +303,10 @@
vertical-align: top;
}
.graphdialog button.rounded, .graphdialog input.rounded {
border-radius: 0 12px 12px 0;
}
.graphdialog .helper {
overflow: auto;
max-height: 200px;