305305 url ('../webfonts/exo-2-v5-latin-900italic.woff2' ) format ('woff2' ), /* Chrome 26+, Opera 23+, Firefox 39+ */
306306 url ('../webfonts/exo-2-v5-latin-900italic.woff' ) format ('woff' ); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
307307}
308+ /* inconsolata-bold - latin */
309+ @font-face {
310+ font-family : 'Inconsolata' ;
311+ src : local ('Inconsolata Bold' ), local ('Inconsolata-Bold' ),
312+ url ('hinted-Inconsolata-Bold.woff2' ) format ('woff2' ),
313+ url ('hinted-Inconsolata-Bold.woff' ) format ('woff' );
314+ font-weight : bold;
315+ font-style : normal;
316+ }
317+ /* inconsolata - latin */
318+ @font-face {
319+ font-family : 'Inconsolata' ;
320+ src : local ('Inconsolata Regular' ), local ('Inconsolata-Regular' ),
321+ url ('hinted-Inconsolata-Regular.woff2' ) format ('woff2' ),
322+ url ('hinted-Inconsolata-Regular.woff' ) format ('woff' );
323+ font-weight : normal;
324+ font-style : normal;
325+ }
326+
308327/* Base
309328 ========================================================================== */
310329/**
@@ -874,7 +893,9 @@ input[type="checkbox"] {
874893 color : # f7f7f7 ;
875894 position : relative;
876895 line-height : 38px ;
877- padding : 12px 24px ;
896+ padding : 12px 18px ;
897+ border-left : 1px solid transparent;
898+ border-right : 1px solid transparent;
878899}
879900
880901.l-menu__item a : hover {
@@ -885,6 +906,8 @@ input[type="checkbox"] {
885906 box-shadow : inset 0px 0px 1px # fff,
886907 inset 0px 0px 6px rgba (255 , 255 , 255 , 0.6 ) !important ;
887908 transition : 0.2s ;
909+ border-left : 1px solid rgba (0 , 0 , 0 , 0.1 );
910+ border-right : 1px solid rgba (0 , 0 , 0 , 0.1 );
888911}
889912.l-menu__item a : active {
890913 border : 0 ;
@@ -894,6 +917,8 @@ input[type="checkbox"] {
894917 box-shadow : inset 0px 0px 1px # fff,
895918 inset -1px -1px 4px rgba (220 , 220 , 220 , 0.4 ) !important ;
896919 transition : 0.2s ;
920+ border-left : 1px solid rgba (0 , 0 , 0 , 0.15 );
921+ border-right : 1px solid rgba (0 , 0 , 0 , 0.15 );
897922}
898923
899924.l-menu .active .l-menu__item .focus a {
@@ -1379,14 +1404,14 @@ div.l-content > div.l-separator:nth-of-type(4) {
13791404 float : left;
13801405 width : 32px ;
13811406 height : 28px ;
1382- border : 1px solid rgba ( 41 , 90 , 152 , 0.15 ) ;
1407+ border : 1px solid # ddd ;
13831408 background-color : rgba (255 , 255 , 255 , 0.90 );
13841409 text-shadow : 0px 1px rgba (255 , 255 , 255 , 0.95 );
13851410 border-radius : 4px ;
13861411 border-bottom-left-radius : 0px ;
13871412 border-top-left-radius : 0px ;
13881413 border-left : 0px ;
1389- box-shadow : inset 0px 0px 1px rgba (41 , 90 , 152 , 0.1 ), inset 0 0px 2px rgba (255 , 255 , 255 , 1 ), 0 px 0 px 2 px rgba ( 41 , 90 , 152 , 0.15 ) ;
1414+ box-shadow : inset 0px 0px 1px rgba (41 , 90 , 152 , 0.1 ), inset 0 0px 2px rgba (255 , 255 , 255 , 1 );
13901415 text-shadow : 1px 1px rgba (255 , 255 , 255 , 0.9 );
13911416 color : # 006699 ;
13921417 padding : 0 ;
@@ -2854,7 +2879,7 @@ a.vst-text:active b{
28542879 font-size : 0.8rem ;
28552880 width : 630px ;
28562881 height : 300px ;
2857- font-family : "Lucida Console" , Monaco, monospace;
2882+ font-family : "Inconsolata" , "Lucida Console" , Monaco, monospace;
28582883 white-space : pre;
28592884}
28602885.vst-textinput .short {
@@ -3313,8 +3338,8 @@ div.l-content.collapsed .l-sort {
33133338}
33143339
33153340.console-output {
3316- font-family : 'Courier New' , Courier , monospace;
3317- font-size : 0.8 rem ;
3341+ font-family : "Inconsolata" , "Lucida Console" , Monaco , monospace;
3342+ font-size : 0.7 rem ;
33183343 color : # 202020 ;
33193344 letter-spacing : -0.01em ;
33203345}
@@ -3383,6 +3408,19 @@ form#vstobjects.suspended {
33833408 background-color : # 54a6e5 ;
33843409}
33853410
3411+ .status-icon-yellow , .status-icon-maroon : hover {
3412+ color : # f3e72c ;
3413+ }
3414+ .status-icon-teal , .status-icon-teal : hover {
3415+ color : # 33cccc ;
3416+ }
3417+ .status-icon-purple , .status-icon-purple : hover {
3418+ color : # 8e2fca ;
3419+ }
3420+
3421+ .status-icon-maroon , .status-icon-maroon : hover {
3422+ color : # cc3366 ;
3423+ }
33863424
33873425.status-icon-red , .status-icon-red : hover {
33883426 color : # ff3333 ;
@@ -3393,7 +3431,7 @@ form#vstobjects.suspended {
33933431}
33943432
33953433.status-icon-orange , .status-icon-orange : hover {
3396- color : # faab00 ;
3434+ color : # f6a800 ;
33973435}
33983436
33993437.status-icon-lightblue , .status-icon-lightblue : hover {
0 commit comments