X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwebaudioeditor.css;h=a93d2fc29882cb210e28c7b067543947f6887fb3;hb=9168a62c02f1b9fe7953f2fba5f32305980ac1a3;hp=552c29aeb67403b64cf5260fe26c6e3b7377931b;hpb=acc20e5dafc253d32dd6f55076943b9eeae398ca;p=themes.git diff --git a/LCARStrek/browser/devtools/webaudioeditor.css b/LCARStrek/browser/devtools/webaudioeditor.css index 552c29ae..a93d2fc2 100644 --- a/LCARStrek/browser/devtools/webaudioeditor.css +++ b/LCARStrek/browser/devtools/webaudioeditor.css @@ -39,9 +39,7 @@ svg { .edgePath path { stroke-width: 1px; fill: none; -} -.edgePath path { stroke: #9C9CFF; /* Grey foreground text */ } @@ -146,3 +144,19 @@ g.selected text { margin-right: 0px !important; } } + +#inspector-pane-toggle { + background: none; + box-shadow: none; + border: none; + list-style-image: url("debugger-collapse.png"); + -moz-image-region: rect(0px,16px,16px,0px); +} + +#inspector-pane-toggle[pane-collapsed] { + list-style-image: url("debugger-expand.png"); +} + +#inspector-pane-toggle:active { + -moz-image-region: rect(0px,32px,16px,16px); +}