X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwebaudioeditor.css;h=82c11107bd55618337fb00181d62759b38eb3c57;hp=a93d2fc29882cb210e28c7b067543947f6887fb3;hb=a21f2959e83ccf2205d47a86451bb082cb3aef31;hpb=d4d77dc0d0de5595725731c8113e5937c9bc1fea diff --git a/LCARStrek/browser/devtools/webaudioeditor.css b/LCARStrek/browser/devtools/webaudioeditor.css index a93d2fc2..82c11107 100644 --- a/LCARStrek/browser/devtools/webaudioeditor.css +++ b/LCARStrek/browser/devtools/webaudioeditor.css @@ -40,7 +40,26 @@ svg { stroke-width: 1px; fill: none; - stroke: #9C9CFF; /* Grey foreground text */ + stroke: #A09090; /* Grey foreground text */ +} + +/* AudioParam connection edges */ +g.edgePath.param-connection { + stroke-dasharray: 5,5; +} + +.edgePath.param-connection path { + stroke: #A09090; /* Grey foreground text */ +} + +/* Labels in AudioParam connection should have background that match + * the main background so there's whitespace around the label, on top of the + * dotted lines. */ +g.edgeLabel rect { + fill: #000000; +} +g.edgeLabel tspan { + fill: #9C9CFF; /* Grey foreground text */ } /* Audio Nodes */ @@ -77,6 +96,10 @@ g.selected text { * Inspector Styles */ +#web-audio-inspector-title { + margin: 6px; +} + .web-audio-inspector .error { background-image: url("alerticon-warning.png"); background-size: 13px 12px;