X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwebaudioeditor.css;h=18b1d08dcc66e0e1f2341db3fe32db47051d1b3f;hp=f6d13bf6bc26191d1783e0d9744ba00d288d3218;hb=8922acc9f23be3328737c96320e3a52ffea789cb;hpb=3d64e0cebebe213f541634b9a0b2c6e7ba84fcfb diff --git a/LCARStrek/browser/devtools/webaudioeditor.css b/LCARStrek/browser/devtools/webaudioeditor.css index f6d13bf6..18b1d08d 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 */ @@ -58,9 +77,9 @@ svg { fill: #008484; /* Select Highlight Blue */ } -/* Text in nodes */ +/* Text in nodes and edges */ text { - cursor: pointer; + cursor: default; /* override the "text" cursor */ font-weight: 300; font-family: "Helvetica Neue", Helvetica, Arial, sans-serf; font-size: 14px; @@ -73,10 +92,18 @@ g.selected text { /* fill: #f0f1f2; / Toolbars */ } +.nodes text { + cursor: pointer; +} + /** * Inspector Styles */ +#web-audio-inspector-title { + margin: 6px; +} + .web-audio-inspector .error { background-image: url("alerticon-warning.png"); background-size: 13px 12px; @@ -85,12 +112,6 @@ g.selected text { transition: opacity .5s ease-out 0s; } -@media (min-resolution: 2dppx) { - .web-audio-inspector .error { - background-image: url(alerticon-warning@2x.png); - } -} - #inspector-pane-toggle { background: none; box-shadow: none;