@@ -1169,10 +1169,16 @@ div.l-content > div.l-separator:nth-of-type(4) {
11691169 vertical-align : middle;
11701170}
11711171
1172+ .l-sort-toolbar .subtitle {
1173+ padding-left : 96px ;
1174+ }
1175+
1176+
11721177.l-sort-toolbar td : first-of-type {
11731178 padding-left : 40px ;
11741179}
11751180
1181+
11761182.l-sort-toolbar td .step-right : first-of-type {
11771183 padding-right : 20px ;
11781184}
@@ -1963,18 +1969,18 @@ body.mobile .l-unit-toolbar__col--right {
19631969 background-position : -1px -442px ;
19641970}
19651971.actions-panel__configure : hover a {
1966- background-color : # afafac ;
1972+ background-color : # 55c9c0 ;
19671973 color : # fff ;
19681974}
19691975.actions-panel__configure : active a {
1970- background-color : # 55c9c0 ;
1976+ background-color : # afafac ;
19711977 color : # fff ;
19721978}
19731979.actions-panel__configure : hover a i {
1974- background-position : -41 px -442px ;
1980+ background-position : -81 px -442px ;
19751981}
19761982.actions-panel__configure : active a i {
1977- background-position : -81 px -442px ;
1983+ background-position : -41 px -442px ;
19781984}
19791985.actions-panel__configure--active a {
19801986 background-color : # 55c9c0 ;
@@ -2524,6 +2530,17 @@ a.vst-text:active b{
25242530.vst-textinput : disabled {
25252531 background-color : # f1f1f1 ;
25262532}
2533+ .vst-textinput .console {
2534+ font-size : 13px ;
2535+ width : 630px ;
2536+ height : 300px ;
2537+ font-family : "Lucida Console" , Monaco, monospace;
2538+ white-space : pre;
2539+ }
2540+ # advanced-options .console {
2541+ width : 833px ;
2542+ height : 600px ;
2543+ }
25272544.generate {
25282545 color : # 2C9491 ;
25292546 text-decoration : underline;
0 commit comments